Color spaces of #c96cca
RGB | 201 | 108 | 202 |
---|---|---|---|
HSL | 0.83 | 0.47 | 0.61 |
HSV | 299° | 47° | 79° |
CMYK | 0.00 | 0.47 | 0.00 0.21 |
XYZ | 40.1106 | 27.4069 | 59.0531 |
Yxy | 27.4069 | 0.3169 | 0.2165 |
Hunter Lab | 52.3516 | 45.1473 | -30.2336 |
CIE-Lab | 59.3491 | 50.2589 | -33.1891 |
#c96cca color RGB value is (201,108,202).
#c96cca hex color red value is 201, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c96cca hue: 0.83 , saturation: 0.47 and the lightness value of c96cca is 0.61.
The process color (four color CMYK) of #c96cca color hex is 0.00, 0.47, 0.00, 0.21. Web safe color of #c96cca is #cc66cc. Color #c96cca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01101100 | 11001010 |
Octal | 311 | 154 | 312 |
Decimal | 201 | 108 | 202 |
Hex | C9 | 6C | CA |
Shades of #c96cca
Tints of #c96cca
RGB Percentages of Color #c96cca
CMYK Percentages of Color #c96cca
Complementary Color
#c96cca | #6dca6c |
#c96cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c96cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c96cca Color CSS Codes
.mybgcolor {background-color:#c96cca; } .myforecolor {color:#c96cca; } .mybordercolor {border:3px solid #c96cca; }
#c96cca Text Font Color
<p style="color:#c96cca">Text here</p>
This sample text font color is #c96cca
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.
#c96cca Background Color
<div style="background-color:#c96cca">
Div content here</div>
This div background color is #c96cca
#c96cca Border Color
<div style="border:3px solid #c96cca">
Div here</div>
This div border color is #c96cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,108,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c96cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c96cca; -webkit-box-shadow: 1px 1px 3px 2px #c96cca; box-shadow: 1px 1px 3px 2px #c96cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,108,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c96cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c96cca; -webkit-box-shadow: 1px 1px 3px 2px #c96cca; box-shadow: 1px 1px 3px 2px #c96cca;">
Div content here</div>
This div box has shadow with color #c96cca
Comments
No comments written yet.
Please login to write comment.