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