Color spaces of #c95ebd
RGB | 201 | 94 | 189 |
---|---|---|---|
HSL | 0.85 | 0.50 | 0.58 |
HSV | 307° | 53° | 79° |
CMYK | 0.00 | 0.53 | 0.06 0.21 |
XYZ | 37.2754 | 24.0970 | 50.8307 |
Yxy | 24.0970 | 0.3322 | 0.2148 |
Hunter Lab | 49.0887 | 49.6384 | -27.0319 |
CIE-Lab | 56.1848 | 54.8448 | -30.6936 |
#c95ebd color RGB value is (201,94,189).
#c95ebd hex color red value is 201, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c95ebd hue: 0.85 , saturation: 0.50 and the lightness value of c95ebd is 0.58.
The process color (four color CMYK) of #c95ebd color hex is 0.00, 0.53, 0.06, 0.21. Web safe color of #c95ebd is #cc66cc. Color #c95ebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01011110 | 10111101 |
Octal | 311 | 136 | 275 |
Decimal | 201 | 94 | 189 |
Hex | C9 | 5E | BD |
Shades of #c95ebd
Tints of #c95ebd
RGB Percentages of Color #c95ebd
CMYK Percentages of Color #c95ebd
Complementary Color
#c95ebd | #5ec96a |
#c95ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c95ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c95ebd Color CSS Codes
.mybgcolor {background-color:#c95ebd; } .myforecolor {color:#c95ebd; } .mybordercolor {border:3px solid #c95ebd; }
#c95ebd Text Font Color
<p style="color:#c95ebd">Text here</p>
This sample text font color is #c95ebd
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.
#c95ebd Background Color
<div style="background-color:#c95ebd">
Div content here</div>
This div background color is #c95ebd
#c95ebd Border Color
<div style="border:3px solid #c95ebd">
Div here</div>
This div border color is #c95ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,94,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c95ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c95ebd; -webkit-box-shadow: 1px 1px 3px 2px #c95ebd; box-shadow: 1px 1px 3px 2px #c95ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,94,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 #c95ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c95ebd; -webkit-box-shadow: 1px 1px 3px 2px #c95ebd; box-shadow: 1px 1px 3px 2px #c95ebd;">
Div content here</div>
This div box has shadow with color #c95ebd
Comments
No comments written yet.
Please login to write comment.