Color spaces of #c951ef
RGB | 201 | 81 | 239 |
---|---|---|---|
HSL | 0.79 | 0.83 | 0.63 |
HSV | 286° | 66° | 94° |
CMYK | 0.16 | 0.66 | 0.00 0.06 |
XYZ | 42.6098 | 24.5344 | 84.1512 |
Yxy | 24.5344 | 0.2816 | 0.1622 |
Hunter Lab | 49.5322 | 66.8722 | -66.0563 |
CIE-Lab | 56.6189 | 69.6597 | -58.3347 |
#c951ef color RGB value is (201,81,239).
#c951ef hex color red value is 201, green value is 81 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c951ef hue: 0.79 , saturation: 0.83 and the lightness value of c951ef is 0.63.
The process color (four color CMYK) of #c951ef color hex is 0.16, 0.66, 0.00, 0.06. Web safe color of #c951ef is #cc66ff. Color #c951ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01010001 | 11101111 |
Octal | 311 | 121 | 357 |
Decimal | 201 | 81 | 239 |
Hex | C9 | 51 | EF |
Shades of #c951ef
Tints of #c951ef
RGB Percentages of Color #c951ef
CMYK Percentages of Color #c951ef
Complementary Color
#c951ef | #77ef51 |
#c951ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c951ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c951ef Color CSS Codes
.mybgcolor {background-color:#c951ef; } .myforecolor {color:#c951ef; } .mybordercolor {border:3px solid #c951ef; }
#c951ef Text Font Color
<p style="color:#c951ef">Text here</p>
This sample text font color is #c951ef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c951ef Background Color
<div style="background-color:#c951ef">
Div content here</div>
This div background color is #c951ef
#c951ef Border Color
<div style="border:3px solid #c951ef">
Div here</div>
This div border color is #c951ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,81,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c951ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c951ef; -webkit-box-shadow: 1px 1px 3px 2px #c951ef; box-shadow: 1px 1px 3px 2px #c951ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,81,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c951ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c951ef; -webkit-box-shadow: 1px 1px 3px 2px #c951ef; box-shadow: 1px 1px 3px 2px #c951ef;">
Div content here</div>
This div box has shadow with color #c951ef
Comments
No comments written yet.
Please login to write comment.