Color spaces of #c96dbe
RGB | 201 | 109 | 190 |
---|---|---|---|
HSL | 0.85 | 0.46 | 0.61 |
HSV | 307° | 46° | 79° |
CMYK | 0.00 | 0.46 | 0.05 0.21 |
XYZ | 38.8503 | 27.0725 | 51.8931 |
Yxy | 27.0725 | 0.3298 | 0.2298 |
Hunter Lab | 52.0312 | 42.2264 | -22.7107 |
CIE-Lab | 59.0414 | 47.6154 | -26.8419 |
#c96dbe color RGB value is (201,109,190).
#c96dbe hex color red value is 201, green value is 109 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c96dbe hue: 0.85 , saturation: 0.46 and the lightness value of c96dbe is 0.61.
The process color (four color CMYK) of #c96dbe color hex is 0.00, 0.46, 0.05, 0.21. Web safe color of #c96dbe is #cc66cc. Color #c96dbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01101101 | 10111110 |
Octal | 311 | 155 | 276 |
Decimal | 201 | 109 | 190 |
Hex | C9 | 6D | BE |
Shades of #c96dbe
Tints of #c96dbe
RGB Percentages of Color #c96dbe
CMYK Percentages of Color #c96dbe
Complementary Color
#c96dbe | #6dc978 |
#c96dbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c96dbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c96dbe Color CSS Codes
.mybgcolor {background-color:#c96dbe; } .myforecolor {color:#c96dbe; } .mybordercolor {border:3px solid #c96dbe; }
#c96dbe Text Font Color
<p style="color:#c96dbe">Text here</p>
This sample text font color is #c96dbe
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.
#c96dbe Background Color
<div style="background-color:#c96dbe">
Div content here</div>
This div background color is #c96dbe
#c96dbe Border Color
<div style="border:3px solid #c96dbe">
Div here</div>
This div border color is #c96dbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,109,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c96dbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c96dbe; -webkit-box-shadow: 1px 1px 3px 2px #c96dbe; box-shadow: 1px 1px 3px 2px #c96dbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,109,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c96dbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c96dbe; -webkit-box-shadow: 1px 1px 3px 2px #c96dbe; box-shadow: 1px 1px 3px 2px #c96dbe;">
Div content here</div>
This div box has shadow with color #c96dbe
Comments
No comments written yet.
Please login to write comment.