Color spaces of #c951da
RGB | 201 | 81 | 218 |
---|---|---|---|
HSL | 0.81 | 0.65 | 0.59 |
HSV | 293° | 63° | 85° |
CMYK | 0.08 | 0.63 | 0.00 0.15 |
XYZ | 39.6847 | 23.3643 | 68.7478 |
Yxy | 23.3643 | 0.3011 | 0.1773 |
Hunter Lab | 48.3366 | 61.9606 | -50.4908 |
CIE-Lab | 55.4456 | 65.7520 | -48.3964 |
#c951da color RGB value is (201,81,218).
#c951da hex color red value is 201, green value is 81 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c951da hue: 0.81 , saturation: 0.65 and the lightness value of c951da is 0.59.
The process color (four color CMYK) of #c951da color hex is 0.08, 0.63, 0.00, 0.15. Web safe color of #c951da is #cc66cc. Color #c951da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01010001 | 11011010 |
Octal | 311 | 121 | 332 |
Decimal | 201 | 81 | 218 |
Hex | C9 | 51 | DA |
Shades of #c951da
Tints of #c951da
RGB Percentages of Color #c951da
CMYK Percentages of Color #c951da
Complementary Color
#c951da | #62da51 |
#c951da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c951da Color Preview on White Background
Lorem ipsum dolor sit amet.
#c951da Color CSS Codes
.mybgcolor {background-color:#c951da; } .myforecolor {color:#c951da; } .mybordercolor {border:3px solid #c951da; }
#c951da Text Font Color
<p style="color:#c951da">Text here</p>
This sample text font color is #c951da
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.
#c951da Background Color
<div style="background-color:#c951da">
Div content here</div>
This div background color is #c951da
#c951da Border Color
<div style="border:3px solid #c951da">
Div here</div>
This div border color is #c951da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,81,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c951da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c951da; -webkit-box-shadow: 1px 1px 3px 2px #c951da; box-shadow: 1px 1px 3px 2px #c951da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,81,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c951da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c951da; -webkit-box-shadow: 1px 1px 3px 2px #c951da; box-shadow: 1px 1px 3px 2px #c951da;">
Div content here</div>
This div box has shadow with color #c951da
Comments
No comments written yet.
Please login to write comment.