#ff27fe color space conversions
Hex:
        #ff27fe
        RGB:
        255, 39, 254
        CMY:
        0, 85, 0
        CMYK:
        0, 85, 0, 0
      HSL:
        300°, 100.0000%, 57.6471%
        HSV (HSB):
        300°, 84.7059%, 100.0000%
        XYZ:
        59.8549, 29.8668, 96.3761
        xyY:
        0.3216, 0.1605, 29.8668
      CIE-Lab:
        61.5391, 94.3517, -58.3407
        CIE-LCH:
        61.5391, 110.9318, 328.2702
        CIE-Luv:
        61.5391, 82.0544, -104.8522
        Hunter-Lab:
        54.6505, 99.8602, -66.3024
      #ff27fe color charts
#ff27fe RGB chart
      #ff27fe CMYK chart
      #ff27fe RGB pie chart
      #ff27fe color shades, tints & tones
#ff27fe color schemes
#ff27fe color preview, HTML & CSS examples
           This text has a color of #ff27fe        
        
          <p style="color:#ff27fe;">Text here</p>
        
        
          .mytext {color:#ff27fe;}
        
        Text color #ff27fe
      
           This box has a color of #ff27fe        
        
          <div style="background-color:#ff27fe;">Content here</div>
        
        
          .mybackground {background-color:#ff27fe;}
        
        Background color #ff27fe
      
           Border around this has a color of #ff27fe        
        
          <div style="border:2px solid #ff27fe;">Content here</div>
        
        
          .myborder {border:2px solid #ff27fe;}
        
        Border color #ff27fe