#ff32fe color space conversions
Hex:
        #ff32fe
        RGB:
        255, 50, 254
        CMY:
        0, 80, 0
        CMYK:
        0, 80, 0, 0
      HSL:
        300°, 100.0000%, 59.8039%
        HSV (HSB):
        300°, 80.3922%, 100.0000%
        XYZ:
        60.2700, 30.6970, 96.5145
        xyY:
        0.3215, 0.1637, 30.6970
      CIE-Lab:
        62.2510, 92.2717, -57.2052
        CIE-LCH:
        62.2510, 108.5657, 328.2026
        CIE-Luv:
        62.2510, 80.6766, -103.0771
        Hunter-Lab:
        55.4048, 97.2158, -64.4990
      #ff32fe color charts
#ff32fe RGB chart
      #ff32fe CMYK chart
      #ff32fe RGB pie chart
      #ff32fe color shades, tints & tones
#ff32fe color schemes
#ff32fe color preview, HTML & CSS examples
           This text has a color of #ff32fe        
        
          <p style="color:#ff32fe;">Text here</p>
        
        
          .mytext {color:#ff32fe;}
        
        Text color #ff32fe
      
           This box has a color of #ff32fe        
        
          <div style="background-color:#ff32fe;">Content here</div>
        
        
          .mybackground {background-color:#ff32fe;}
        
        Background color #ff32fe
      
           Border around this has a color of #ff32fe        
        
          <div style="border:2px solid #ff32fe;">Content here</div>
        
        
          .myborder {border:2px solid #ff32fe;}
        
        Border color #ff32fe