#ff488b color space conversions
Hex:
        #ff488b
        RGB:
        255, 72, 139
        CMY:
        0, 72, 45
        CMYK:
        0, 72, 45, 0
      HSL:
        338°, 100.0000%, 64.1176%
        HSV (HSB):
        338°, 71.7647%, 100.0000%
        XYZ:
        48.2176, 27.7588, 27.2427
        xyY:
        0.4671, 0.2689, 27.7588
      CIE-Lab:
        59.6702, 72.6082, 4.4399
        CIE-LCH:
        59.6702, 72.7438, 3.4992
        CIE-Luv:
        59.6702, 120.3832, -8.5702
        Hunter-Lab:
        52.6866, 71.1574, 6.2235
      #ff488b color charts
#ff488b RGB chart
      #ff488b CMYK chart
      #ff488b RGB pie chart
      #ff488b color shades, tints & tones
#ff488b color schemes
#ff488b color preview, HTML & CSS examples
           This text has a color of #ff488b        
        
          <p style="color:#ff488b;">Text here</p>
        
        
          .mytext {color:#ff488b;}
        
        Text color #ff488b
      
           This box has a color of #ff488b        
        
          <div style="background-color:#ff488b;">Content here</div>
        
        
          .mybackground {background-color:#ff488b;}
        
        Background color #ff488b
      
           Border around this has a color of #ff488b        
        
          <div style="border:2px solid #ff488b;">Content here</div>
        
        
          .myborder {border:2px solid #ff488b;}
        
        Border color #ff488b