Color spaces of #e8acec
RGB | 232 | 172 | 236 |
---|---|---|---|
HSL | 0.82 | 0.63 | 0.80 |
HSV | 296° | 27° | 93° |
CMYK | 0.02 | 0.27 | 0.00 0.07 |
XYZ | 63.1716 | 52.7170 | 86.2028 |
Yxy | 52.7170 | 0.3126 | 0.2609 |
Hunter Lab | 72.6065 | 28.2434 | -19.5681 |
CIE-Lab | 77.7076 | 32.4340 | -23.4545 |
#e8acec color RGB value is (232,172,236).
#e8acec hex color red value is 232, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e8acec hue: 0.82 , saturation: 0.63 and the lightness value of e8acec is 0.80.
The process color (four color CMYK) of #e8acec color hex is 0.02, 0.27, 0.00, 0.07. Web safe color of #e8acec is #ff99ff. Color #e8acec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10101100 | 11101100 |
Octal | 350 | 254 | 354 |
Decimal | 232 | 172 | 236 |
Hex | E8 | AC | EC |
Shades of #e8acec
Tints of #e8acec
RGB Percentages of Color #e8acec
CMYK Percentages of Color #e8acec
Complementary Color
#e8acec | #b0ecac |
#e8acec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8acec Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8acec Color CSS Codes
.mybgcolor {background-color:#e8acec; } .myforecolor {color:#e8acec; } .mybordercolor {border:3px solid #e8acec; }
#e8acec Text Font Color
<p style="color:#e8acec">Text here</p>
This sample text font color is #e8acec
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.
#e8acec Background Color
<div style="background-color:#e8acec">
Div content here</div>
This div background color is #e8acec
#e8acec Border Color
<div style="border:3px solid #e8acec">
Div here</div>
This div border color is #e8acec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,172,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8acec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8acec; -webkit-box-shadow: 1px 1px 3px 2px #e8acec; box-shadow: 1px 1px 3px 2px #e8acec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,172,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8acec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8acec; -webkit-box-shadow: 1px 1px 3px 2px #e8acec; box-shadow: 1px 1px 3px 2px #e8acec;">
Div content here</div>
This div box has shadow with color #e8acec
Comments
No comments written yet.
Please login to write comment.