#ff5bff color space conversions
Hex:
        #ff5bff
        RGB:
        255, 91, 255
        CMY:
        0, 64, 0
        CMYK:
        0, 64, 0, 0
      HSL:
        300°, 100.0000%, 67.8431%
        HSV (HSB):
        300°, 64.3137%, 100.0000%
        XYZ:
        63.0311, 35.9622, 98.2270
        xyY:
        0.3196, 0.1823, 35.9622
      CIE-Lab:
        66.4910, 80.4577, -51.0245
        CIE-LCH:
        66.4910, 95.2730, 327.6180
        CIE-Luv:
        66.4910, 71.9080, -92.9817
        Hunter-Lab:
        59.9685, 82.6713, -55.1378
      #ff5bff color charts
#ff5bff RGB chart
      #ff5bff CMYK chart
      #ff5bff RGB pie chart
      #ff5bff color shades, tints & tones
#ff5bff color schemes
#ff5bff color preview, HTML & CSS examples
           This text has a color of #ff5bff        
        
          <p style="color:#ff5bff;">Text here</p>
        
        
          .mytext {color:#ff5bff;}
        
        Text color #ff5bff
      
           This box has a color of #ff5bff        
        
          <div style="background-color:#ff5bff;">Content here</div>
        
        
          .mybackground {background-color:#ff5bff;}
        
        Background color #ff5bff
      
           Border around this has a color of #ff5bff        
        
          <div style="border:2px solid #ff5bff;">Content here</div>
        
        
          .myborder {border:2px solid #ff5bff;}
        
        Border color #ff5bff