Color spaces of #e29ac8
RGB | 226 | 154 | 200 |
---|---|---|---|
HSL | 0.89 | 0.55 | 0.75 |
HSV | 322° | 32° | 89° |
CMYK | 0.00 | 0.32 | 0.12 0.11 |
XYZ | 53.3450 | 43.4501 | 60.2187 |
Yxy | 43.4501 | 0.3397 | 0.2767 |
Hunter Lab | 65.9167 | 29.1021 | -8.0232 |
CIE-Lab | 71.8594 | 33.7303 | -12.6857 |
#e29ac8 color RGB value is (226,154,200).
#e29ac8 hex color red value is 226, green value is 154 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #e29ac8 hue: 0.89 , saturation: 0.55 and the lightness value of e29ac8 is 0.75.
The process color (four color CMYK) of #e29ac8 color hex is 0.00, 0.32, 0.12, 0.11. Web safe color of #e29ac8 is #cc99cc. Color #e29ac8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10011010 | 11001000 |
Octal | 342 | 232 | 310 |
Decimal | 226 | 154 | 200 |
Hex | E2 | 9A | C8 |
Shades of #e29ac8
Tints of #e29ac8
RGB Percentages of Color #e29ac8
CMYK Percentages of Color #e29ac8
Complementary Color
#e29ac8 | #9ae2b4 |
#e29ac8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e29ac8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e29ac8 Color CSS Codes
.mybgcolor {background-color:#e29ac8; } .myforecolor {color:#e29ac8; } .mybordercolor {border:3px solid #e29ac8; }
#e29ac8 Text Font Color
<p style="color:#e29ac8">Text here</p>
This sample text font color is #e29ac8
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.
#e29ac8 Background Color
<div style="background-color:#e29ac8">
Div content here</div>
This div background color is #e29ac8
#e29ac8 Border Color
<div style="border:3px solid #e29ac8">
Div here</div>
This div border color is #e29ac8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,154,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e29ac8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e29ac8; -webkit-box-shadow: 1px 1px 3px 2px #e29ac8; box-shadow: 1px 1px 3px 2px #e29ac8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,154,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e29ac8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e29ac8; -webkit-box-shadow: 1px 1px 3px 2px #e29ac8; box-shadow: 1px 1px 3px 2px #e29ac8;">
Div content here</div>
This div box has shadow with color #e29ac8
Comments
No comments written yet.
Please login to write comment.