Color spaces of #d95e9e
RGB | 217 | 94 | 158 |
---|---|---|---|
HSL | 0.91 | 0.62 | 0.61 |
HSV | 329° | 57° | 85° |
CMYK | 0.00 | 0.57 | 0.27 0.15 |
XYZ | 38.7895 | 25.2257 | 35.1724 |
Yxy | 25.2257 | 0.3911 | 0.2543 |
Hunter Lab | 50.2252 | 49.9635 | -6.3628 |
CIE-Lab | 57.2947 | 54.9506 | -10.8583 |
#d95e9e color RGB value is (217,94,158).
#d95e9e hex color red value is 217, green value is 94 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d95e9e hue: 0.91 , saturation: 0.62 and the lightness value of d95e9e is 0.61.
The process color (four color CMYK) of #d95e9e color hex is 0.00, 0.57, 0.27, 0.15. Web safe color of #d95e9e is #cc6699. Color #d95e9e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 01011110 | 10011110 |
Octal | 331 | 136 | 236 |
Decimal | 217 | 94 | 158 |
Hex | D9 | 5E | 9E |
Shades of #d95e9e
Tints of #d95e9e
RGB Percentages of Color #d95e9e
CMYK Percentages of Color #d95e9e
Complementary Color
#d95e9e | #5ed999 |
#d95e9e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d95e9e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d95e9e Color CSS Codes
.mybgcolor {background-color:#d95e9e; } .myforecolor {color:#d95e9e; } .mybordercolor {border:3px solid #d95e9e; }
#d95e9e Text Font Color
<p style="color:#d95e9e">Text here</p>
This sample text font color is #d95e9e
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.
#d95e9e Background Color
<div style="background-color:#d95e9e">
Div content here</div>
This div background color is #d95e9e
#d95e9e Border Color
<div style="border:3px solid #d95e9e">
Div here</div>
This div border color is #d95e9e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,94,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d95e9e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d95e9e; -webkit-box-shadow: 1px 1px 3px 2px #d95e9e; box-shadow: 1px 1px 3px 2px #d95e9e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,94,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d95e9e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d95e9e; -webkit-box-shadow: 1px 1px 3px 2px #d95e9e; box-shadow: 1px 1px 3px 2px #d95e9e;">
Div content here</div>
This div box has shadow with color #d95e9e
Comments
No comments written yet.
Please login to write comment.