#3f0ace color space conversions
Hex:
        #3f0ace
        RGB:
        63, 10, 206
        CMY:
        75, 96, 19
        CMYK:
        69, 95, 0, 19
      HSL:
        256°, 90.7407%, 42.3529%
        HSV (HSB):
        256°, 95.1456%, 80.7843%
        XYZ:
        13.2990, 5.7301, 58.7976
        xyY:
        0.1709, 0.0736, 5.7301
      CIE-Lab:
        28.7210, 66.8126, -85.7606
        CIE-LCH:
        28.7210, 108.7143, 307.9207
        CIE-Luv:
        28.7210, -1.8111, -105.0089
        Hunter-Lab:
        23.9376, 57.2786, -128.8771
      #3f0ace color charts
#3f0ace RGB chart
      #3f0ace CMYK chart
      #3f0ace RGB pie chart
      #3f0ace color shades, tints & tones
#3f0ace color schemes
#3f0ace color preview, HTML & CSS examples
           This text has a color of #3f0ace        
        
          <p style="color:#3f0ace;">Text here</p>
        
        
          .mytext {color:#3f0ace;}
        
        Text color #3f0ace
      
           This box has a color of #3f0ace        
        
          <div style="background-color:#3f0ace;">Content here</div>
        
        
          .mybackground {background-color:#3f0ace;}
        
        Background color #3f0ace
      
           Border around this has a color of #3f0ace        
        
          <div style="border:2px solid #3f0ace;">Content here</div>
        
        
          .myborder {border:2px solid #3f0ace;}
        
        Border color #3f0ace