Color spaces of #e1acc8
RGB | 225 | 172 | 200 |
---|---|---|---|
HSL | 0.91 | 0.47 | 0.78 |
HSV | 328° | 24° | 88° |
CMYK | 0.00 | 0.24 | 0.11 0.12 |
XYZ | 56.2292 | 49.6827 | 61.2697 |
Yxy | 49.6827 | 0.3363 | 0.2972 |
Hunter Lab | 70.4860 | 19.0455 | -2.1975 |
CIE-Lab | 75.8741 | 23.7286 | -6.7134 |
#e1acc8 color RGB value is (225,172,200).
#e1acc8 hex color red value is 225, green value is 172 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #e1acc8 hue: 0.91 , saturation: 0.47 and the lightness value of e1acc8 is 0.78.
The process color (four color CMYK) of #e1acc8 color hex is 0.00, 0.24, 0.11, 0.12. Web safe color of #e1acc8 is #cc99cc. Color #e1acc8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10101100 | 11001000 |
Octal | 341 | 254 | 310 |
Decimal | 225 | 172 | 200 |
Hex | E1 | AC | C8 |
Shades of #e1acc8
Tints of #e1acc8
RGB Percentages of Color #e1acc8
CMYK Percentages of Color #e1acc8
Complementary Color
#e1acc8 | #ace1c5 |
#e1acc8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1acc8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1acc8 Color CSS Codes
.mybgcolor {background-color:#e1acc8; } .myforecolor {color:#e1acc8; } .mybordercolor {border:3px solid #e1acc8; }
#e1acc8 Text Font Color
<p style="color:#e1acc8">Text here</p>
This sample text font color is #e1acc8
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.
#e1acc8 Background Color
<div style="background-color:#e1acc8">
Div content here</div>
This div background color is #e1acc8
#e1acc8 Border Color
<div style="border:3px solid #e1acc8">
Div here</div>
This div border color is #e1acc8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,172,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1acc8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1acc8; -webkit-box-shadow: 1px 1px 3px 2px #e1acc8; box-shadow: 1px 1px 3px 2px #e1acc8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,172,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 #e1acc8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1acc8; -webkit-box-shadow: 1px 1px 3px 2px #e1acc8; box-shadow: 1px 1px 3px 2px #e1acc8;">
Div content here</div>
This div box has shadow with color #e1acc8
Comments
No comments written yet.
Please login to write comment.