Color spaces of #eac8db
RGB | 234 | 200 | 219 |
---|---|---|---|
HSL | 0.91 | 0.45 | 0.85 |
HSV | 326° | 15° | 92° |
CMYK | 0.00 | 0.15 | 0.06 0.08 |
XYZ | 67.3721 | 63.9155 | 75.8039 |
Yxy | 63.9155 | 0.3253 | 0.3086 |
Hunter Lab | 79.9472 | 10.5158 | -0.2543 |
CIE-Lab | 83.9218 | 15.1136 | -4.9796 |
#eac8db color RGB value is (234,200,219).
#eac8db hex color red value is 234, green value is 200 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eac8db hue: 0.91 , saturation: 0.45 and the lightness value of eac8db is 0.85.
The process color (four color CMYK) of #eac8db color hex is 0.00, 0.15, 0.06, 0.08. Web safe color of #eac8db is #ffcccc. Color #eac8db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001000 | 11011011 |
Octal | 352 | 310 | 333 |
Decimal | 234 | 200 | 219 |
Hex | EA | C8 | DB |
Shades of #eac8db
Tints of #eac8db
RGB Percentages of Color #eac8db
CMYK Percentages of Color #eac8db
Complementary Color
#eac8db | #c8ead7 |
#eac8db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eac8db Color Preview on White Background
Lorem ipsum dolor sit amet.
#eac8db Color CSS Codes
.mybgcolor {background-color:#eac8db; } .myforecolor {color:#eac8db; } .mybordercolor {border:3px solid #eac8db; }
#eac8db Text Font Color
<p style="color:#eac8db">Text here</p>
This sample text font color is #eac8db
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.
#eac8db Background Color
<div style="background-color:#eac8db">
Div content here</div>
This div background color is #eac8db
#eac8db Border Color
<div style="border:3px solid #eac8db">
Div here</div>
This div border color is #eac8db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,200,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eac8db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eac8db; -webkit-box-shadow: 1px 1px 3px 2px #eac8db; box-shadow: 1px 1px 3px 2px #eac8db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,200,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eac8db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eac8db; -webkit-box-shadow: 1px 1px 3px 2px #eac8db; box-shadow: 1px 1px 3px 2px #eac8db;">
Div content here</div>
This div box has shadow with color #eac8db
Comments
No comments written yet.
Please login to write comment.