Color spaces of #e77eab
RGB | 231 | 126 | 171 |
---|---|---|---|
HSL | 0.93 | 0.69 | 0.70 |
HSV | 334° | 45° | 91° |
CMYK | 0.00 | 0.45 | 0.26 0.09 |
XYZ | 47.7665 | 34.8509 | 42.7374 |
Yxy | 34.8509 | 0.3811 | 0.2780 |
Hunter Lab | 59.0347 | 41.1184 | -1.5980 |
CIE-Lab | 65.6324 | 45.6616 | -5.6898 |
#e77eab color RGB value is (231,126,171).
#e77eab hex color red value is 231, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e77eab hue: 0.93 , saturation: 0.69 and the lightness value of e77eab is 0.70.
The process color (four color CMYK) of #e77eab color hex is 0.00, 0.45, 0.26, 0.09. Web safe color of #e77eab is #ff6699. Color #e77eab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01111110 | 10101011 |
Octal | 347 | 176 | 253 |
Decimal | 231 | 126 | 171 |
Hex | E7 | 7E | AB |
Shades of #e77eab
Tints of #e77eab
RGB Percentages of Color #e77eab
CMYK Percentages of Color #e77eab
Complementary Color
#e77eab | #7ee7ba |
#e77eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e77eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#e77eab Color CSS Codes
.mybgcolor {background-color:#e77eab; } .myforecolor {color:#e77eab; } .mybordercolor {border:3px solid #e77eab; }
#e77eab Text Font Color
<p style="color:#e77eab">Text here</p>
This sample text font color is #e77eab
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.
#e77eab Background Color
<div style="background-color:#e77eab">
Div content here</div>
This div background color is #e77eab
#e77eab Border Color
<div style="border:3px solid #e77eab">
Div here</div>
This div border color is #e77eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,126,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e77eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e77eab; -webkit-box-shadow: 1px 1px 3px 2px #e77eab; box-shadow: 1px 1px 3px 2px #e77eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,126,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 #e77eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e77eab; -webkit-box-shadow: 1px 1px 3px 2px #e77eab; box-shadow: 1px 1px 3px 2px #e77eab;">
Div content here</div>
This div box has shadow with color #e77eab
Comments
No comments written yet.
Please login to write comment.