Color spaces of #c96bdc
RGB | 201 | 107 | 220 |
---|---|---|---|
HSL | 0.81 | 0.62 | 0.64 |
HSV | 290° | 51° | 86° |
CMYK | 0.09 | 0.51 | 0.00 0.14 |
XYZ | 42.2634 | 28.1002 | 70.9065 |
Yxy | 28.1002 | 0.2992 | 0.1989 |
Hunter Lab | 53.0096 | 49.5473 | -42.2005 |
CIE-Lab | 59.9792 | 54.1361 | -42.3574 |
#c96bdc color RGB value is (201,107,220).
#c96bdc hex color red value is 201, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c96bdc hue: 0.81 , saturation: 0.62 and the lightness value of c96bdc is 0.64.
The process color (four color CMYK) of #c96bdc color hex is 0.09, 0.51, 0.00, 0.14. Web safe color of #c96bdc is #cc66cc. Color #c96bdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01101011 | 11011100 |
Octal | 311 | 153 | 334 |
Decimal | 201 | 107 | 220 |
Hex | C9 | 6B | DC |
Shades of #c96bdc
Tints of #c96bdc
RGB Percentages of Color #c96bdc
CMYK Percentages of Color #c96bdc
Complementary Color
#c96bdc | #7edc6b |
#c96bdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c96bdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c96bdc Color CSS Codes
.mybgcolor {background-color:#c96bdc; } .myforecolor {color:#c96bdc; } .mybordercolor {border:3px solid #c96bdc; }
#c96bdc Text Font Color
<p style="color:#c96bdc">Text here</p>
This sample text font color is #c96bdc
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.
#c96bdc Background Color
<div style="background-color:#c96bdc">
Div content here</div>
This div background color is #c96bdc
#c96bdc Border Color
<div style="border:3px solid #c96bdc">
Div here</div>
This div border color is #c96bdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,107,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c96bdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c96bdc; -webkit-box-shadow: 1px 1px 3px 2px #c96bdc; box-shadow: 1px 1px 3px 2px #c96bdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,107,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c96bdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c96bdc; -webkit-box-shadow: 1px 1px 3px 2px #c96bdc; box-shadow: 1px 1px 3px 2px #c96bdc;">
Div content here</div>
This div box has shadow with color #c96bdc
Comments
No comments written yet.
Please login to write comment.