Color spaces of #e76eab
RGB | 231 | 110 | 171 |
---|---|---|---|
HSL | 0.92 | 0.72 | 0.67 |
HSV | 330° | 52° | 91° |
CMYK | 0.00 | 0.52 | 0.26 0.09 |
XYZ | 45.8816 | 31.0811 | 42.1091 |
Yxy | 31.0811 | 0.3853 | 0.2610 |
Hunter Lab | 55.7504 | 49.3391 | -5.7573 |
CIE-Lab | 62.5760 | 53.5365 | -10.2383 |
#e76eab color RGB value is (231,110,171).
#e76eab hex color red value is 231, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e76eab hue: 0.92 , saturation: 0.72 and the lightness value of e76eab is 0.67.
The process color (four color CMYK) of #e76eab color hex is 0.00, 0.52, 0.26, 0.09. Web safe color of #e76eab is #ff6699. Color #e76eab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01101110 | 10101011 |
Octal | 347 | 156 | 253 |
Decimal | 231 | 110 | 171 |
Hex | E7 | 6E | AB |
Shades of #e76eab
Tints of #e76eab
RGB Percentages of Color #e76eab
CMYK Percentages of Color #e76eab
Complementary Color
#e76eab | #6ee7aa |
#e76eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e76eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#e76eab Color CSS Codes
.mybgcolor {background-color:#e76eab; } .myforecolor {color:#e76eab; } .mybordercolor {border:3px solid #e76eab; }
#e76eab Text Font Color
<p style="color:#e76eab">Text here</p>
This sample text font color is #e76eab
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.
#e76eab Background Color
<div style="background-color:#e76eab">
Div content here</div>
This div background color is #e76eab
#e76eab Border Color
<div style="border:3px solid #e76eab">
Div here</div>
This div border color is #e76eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,110,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e76eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e76eab; -webkit-box-shadow: 1px 1px 3px 2px #e76eab; box-shadow: 1px 1px 3px 2px #e76eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,110,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e76eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e76eab; -webkit-box-shadow: 1px 1px 3px 2px #e76eab; box-shadow: 1px 1px 3px 2px #e76eab;">
Div content here</div>
This div box has shadow with color #e76eab
Comments
No comments written yet.
Please login to write comment.