#fa32ec color space conversions
Hex:
        #fa32ec
        RGB:
        250, 50, 236
        CMY:
        2, 80, 7
        CMYK:
        0, 80, 6, 2
      HSL:
        304°, 95.2381%, 58.8235%
        HSV (HSB):
        304°, 80.0000%, 98.0392%
        XYZ:
        55.7053, 28.6613, 81.9531
        xyY:
        0.3349, 0.1723, 28.6613
      CIE-Lab:
        60.4816, 88.7679, -50.0628
        CIE-LCH:
        60.4816, 101.9118, 330.5781
        CIE-Luv:
        60.4816, 83.9530, -90.9660
        Hunter-Lab:
        53.5363, 92.0433, -53.2855
      #fa32ec color charts
#fa32ec RGB chart
      #fa32ec CMYK chart
      #fa32ec RGB pie chart
      #fa32ec color shades, tints & tones
#fa32ec color schemes
#fa32ec color preview, HTML & CSS examples
           This text has a color of #fa32ec        
        
          <p style="color:#fa32ec;">Text here</p>
        
        
          .mytext {color:#fa32ec;}
        
        Text color #fa32ec
      
           This box has a color of #fa32ec        
        
          <div style="background-color:#fa32ec;">Content here</div>
        
        
          .mybackground {background-color:#fa32ec;}
        
        Background color #fa32ec
      
           Border around this has a color of #fa32ec        
        
          <div style="border:2px solid #fa32ec;">Content here</div>
        
        
          .myborder {border:2px solid #fa32ec;}
        
        Border color #fa32ec