Color spaces of #e0accb
RGB | 224 | 172 | 203 |
---|---|---|---|
HSL | 0.90 | 0.46 | 0.78 |
HSV | 324° | 23° | 88° |
CMYK | 0.00 | 0.23 | 0.09 0.12 |
XYZ | 56.2725 | 49.6641 | 63.1202 |
Yxy | 49.6641 | 0.3329 | 0.2938 |
Hunter Lab | 70.4728 | 19.2049 | -3.7732 |
CIE-Lab | 75.8626 | 23.8857 | -8.3791 |
#e0accb color RGB value is (224,172,203).
#e0accb hex color red value is 224, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e0accb hue: 0.90 , saturation: 0.46 and the lightness value of e0accb is 0.78.
The process color (four color CMYK) of #e0accb color hex is 0.00, 0.23, 0.09, 0.12. Web safe color of #e0accb is #cc99cc. Color #e0accb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10101100 | 11001011 |
Octal | 340 | 254 | 313 |
Decimal | 224 | 172 | 203 |
Hex | E0 | AC | CB |
Shades of #e0accb
Tints of #e0accb
RGB Percentages of Color #e0accb
CMYK Percentages of Color #e0accb
Complementary Color
#e0accb | #ace0c1 |
#e0accb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0accb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0accb Color CSS Codes
.mybgcolor {background-color:#e0accb; } .myforecolor {color:#e0accb; } .mybordercolor {border:3px solid #e0accb; }
#e0accb Text Font Color
<p style="color:#e0accb">Text here</p>
This sample text font color is #e0accb
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.
#e0accb Background Color
<div style="background-color:#e0accb">
Div content here</div>
This div background color is #e0accb
#e0accb Border Color
<div style="border:3px solid #e0accb">
Div here</div>
This div border color is #e0accb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,172,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0accb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0accb; -webkit-box-shadow: 1px 1px 3px 2px #e0accb; box-shadow: 1px 1px 3px 2px #e0accb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,172,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0accb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0accb; -webkit-box-shadow: 1px 1px 3px 2px #e0accb; box-shadow: 1px 1px 3px 2px #e0accb;">
Div content here</div>
This div box has shadow with color #e0accb
Comments
No comments written yet.
Please login to write comment.