Color spaces of #e99cbd
RGB | 233 | 156 | 189 |
---|---|---|---|
HSL | 0.93 | 0.64 | 0.76 |
HSV | 334° | 33° | 91° |
CMYK | 0.00 | 0.33 | 0.19 0.09 |
XYZ | 54.6780 | 44.7747 | 53.9046 |
Yxy | 44.7747 | 0.3565 | 0.2920 |
Hunter Lab | 66.9139 | 28.7601 | -0.9232 |
CIE-Lab | 72.7433 | 33.3275 | -5.2109 |
#e99cbd color RGB value is (233,156,189).
#e99cbd hex color red value is 233, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e99cbd hue: 0.93 , saturation: 0.64 and the lightness value of e99cbd is 0.76.
The process color (four color CMYK) of #e99cbd color hex is 0.00, 0.33, 0.19, 0.09. Web safe color of #e99cbd is #ff99cc. Color #e99cbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10011100 | 10111101 |
Octal | 351 | 234 | 275 |
Decimal | 233 | 156 | 189 |
Hex | E9 | 9C | BD |
Shades of #e99cbd
Tints of #e99cbd
RGB Percentages of Color #e99cbd
CMYK Percentages of Color #e99cbd
Complementary Color
#e99cbd | #9ce9c8 |
#e99cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e99cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e99cbd Color CSS Codes
.mybgcolor {background-color:#e99cbd; } .myforecolor {color:#e99cbd; } .mybordercolor {border:3px solid #e99cbd; }
#e99cbd Text Font Color
<p style="color:#e99cbd">Text here</p>
This sample text font color is #e99cbd
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.
#e99cbd Background Color
<div style="background-color:#e99cbd">
Div content here</div>
This div background color is #e99cbd
#e99cbd Border Color
<div style="border:3px solid #e99cbd">
Div here</div>
This div border color is #e99cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,156,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e99cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e99cbd; -webkit-box-shadow: 1px 1px 3px 2px #e99cbd; box-shadow: 1px 1px 3px 2px #e99cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,156,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 #e99cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e99cbd; -webkit-box-shadow: 1px 1px 3px 2px #e99cbd; box-shadow: 1px 1px 3px 2px #e99cbd;">
Div content here</div>
This div box has shadow with color #e99cbd
Comments
No comments written yet.
Please login to write comment.