#fa1efa color space conversions
Hex:
        #fa1efa
        RGB:
        250, 30, 250
        CMY:
        2, 88, 2
        CMYK:
        0, 88, 0, 2
      HSL:
        300°, 95.6522%, 54.9020%
        HSV (HSB):
        300°, 88.0000%, 98.0392%
        XYZ:
        57.1439, 28.1547, 92.8651
        xyY:
        0.3207, 0.1580, 28.1547
      CIE-Lab:
        60.0282, 94.2936, -58.5849
        CIE-LCH:
        60.0282, 111.0111, 328.1472
        CIE-Luv:
        60.0282, 80.9145, -104.6254
        Hunter-Lab:
        53.0610, 99.3786, -66.6242
      #fa1efa color charts
#fa1efa RGB chart
      #fa1efa CMYK chart
      #fa1efa RGB pie chart
      #fa1efa color shades, tints & tones
#fa1efa color schemes
#fa1efa color preview, HTML & CSS examples
           This text has a color of #fa1efa        
        
          <p style="color:#fa1efa;">Text here</p>
        
        
          .mytext {color:#fa1efa;}
        
        Text color #fa1efa
      
           This box has a color of #fa1efa        
        
          <div style="background-color:#fa1efa;">Content here</div>
        
        
          .mybackground {background-color:#fa1efa;}
        
        Background color #fa1efa
      
           Border around this has a color of #fa1efa        
        
          <div style="border:2px solid #fa1efa;">Content here</div>
        
        
          .myborder {border:2px solid #fa1efa;}
        
        Border color #fa1efa