Color spaces of #e95daa
RGB | 233 | 93 | 170 |
---|---|---|---|
HSL | 0.91 | 0.76 | 0.64 |
HSV | 327° | 60° | 91° |
CMYK | 0.00 | 0.60 | 0.27 0.09 |
XYZ | 44.7743 | 28.0546 | 41.0854 |
Yxy | 28.0546 | 0.3931 | 0.2463 |
Hunter Lab | 52.9666 | 58.2000 | -8.9138 |
CIE-Lab | 59.9380 | 61.7262 | -13.5961 |
#e95daa color RGB value is (233,93,170).
#e95daa hex color red value is 233, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e95daa hue: 0.91 , saturation: 0.76 and the lightness value of e95daa is 0.64.
The process color (four color CMYK) of #e95daa color hex is 0.00, 0.60, 0.27, 0.09. Web safe color of #e95daa is #ff6699. Color #e95daa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01011101 | 10101010 |
Octal | 351 | 135 | 252 |
Decimal | 233 | 93 | 170 |
Hex | E9 | 5D | AA |
Shades of #e95daa
Tints of #e95daa
RGB Percentages of Color #e95daa
CMYK Percentages of Color #e95daa
Complementary Color
#e95daa | #5de99c |
#e95daa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e95daa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e95daa Color CSS Codes
.mybgcolor {background-color:#e95daa; } .myforecolor {color:#e95daa; } .mybordercolor {border:3px solid #e95daa; }
#e95daa Text Font Color
<p style="color:#e95daa">Text here</p>
This sample text font color is #e95daa
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.
#e95daa Background Color
<div style="background-color:#e95daa">
Div content here</div>
This div background color is #e95daa
#e95daa Border Color
<div style="border:3px solid #e95daa">
Div here</div>
This div border color is #e95daa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,93,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e95daa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e95daa; -webkit-box-shadow: 1px 1px 3px 2px #e95daa; box-shadow: 1px 1px 3px 2px #e95daa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,93,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e95daa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e95daa; -webkit-box-shadow: 1px 1px 3px 2px #e95daa; box-shadow: 1px 1px 3px 2px #e95daa;">
Div content here</div>
This div box has shadow with color #e95daa
Comments
No comments written yet.
Please login to write comment.