Color spaces of #c95dbd
RGB | 201 | 93 | 189 |
---|---|---|---|
HSL | 0.85 | 0.50 | 0.58 |
HSV | 307° | 54° | 79° |
CMYK | 0.00 | 0.54 | 0.06 0.21 |
XYZ | 37.1871 | 23.9203 | 50.8012 |
Yxy | 23.9203 | 0.3323 | 0.2137 |
Hunter Lab | 48.9084 | 50.1314 | -27.3487 |
CIE-Lab | 56.0079 | 55.3180 | -30.9685 |
#c95dbd color RGB value is (201,93,189).
#c95dbd hex color red value is 201, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c95dbd hue: 0.85 , saturation: 0.50 and the lightness value of c95dbd is 0.58.
The process color (four color CMYK) of #c95dbd color hex is 0.00, 0.54, 0.06, 0.21. Web safe color of #c95dbd is #cc66cc. Color #c95dbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01011101 | 10111101 |
Octal | 311 | 135 | 275 |
Decimal | 201 | 93 | 189 |
Hex | C9 | 5D | BD |
Shades of #c95dbd
Tints of #c95dbd
RGB Percentages of Color #c95dbd
CMYK Percentages of Color #c95dbd
Complementary Color
#c95dbd | #5dc969 |
#c95dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c95dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c95dbd Color CSS Codes
.mybgcolor {background-color:#c95dbd; } .myforecolor {color:#c95dbd; } .mybordercolor {border:3px solid #c95dbd; }
#c95dbd Text Font Color
<p style="color:#c95dbd">Text here</p>
This sample text font color is #c95dbd
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.
#c95dbd Background Color
<div style="background-color:#c95dbd">
Div content here</div>
This div background color is #c95dbd
#c95dbd Border Color
<div style="border:3px solid #c95dbd">
Div here</div>
This div border color is #c95dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,93,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c95dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c95dbd; -webkit-box-shadow: 1px 1px 3px 2px #c95dbd; box-shadow: 1px 1px 3px 2px #c95dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,93,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c95dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c95dbd; -webkit-box-shadow: 1px 1px 3px 2px #c95dbd; box-shadow: 1px 1px 3px 2px #c95dbd;">
Div content here</div>
This div box has shadow with color #c95dbd
Comments
No comments written yet.
Please login to write comment.