Color spaces of #e54eab
RGB | 229 | 78 | 171 |
---|---|---|---|
HSL | 0.90 | 0.74 | 0.60 |
HSV | 323° | 66° | 90° |
CMYK | 0.00 | 0.66 | 0.25 0.10 |
XYZ | 42.3882 | 25.0471 | 41.1285 |
Yxy | 25.0471 | 0.3904 | 0.2307 |
Hunter Lab | 50.0471 | 63.6011 | -13.6913 |
CIE-Lab | 57.1213 | 66.8298 | -18.5031 |
#e54eab color RGB value is (229,78,171).
#e54eab hex color red value is 229, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e54eab hue: 0.90 , saturation: 0.74 and the lightness value of e54eab is 0.60.
The process color (four color CMYK) of #e54eab color hex is 0.00, 0.66, 0.25, 0.10. Web safe color of #e54eab is #cc6699. Color #e54eab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01001110 | 10101011 |
Octal | 345 | 116 | 253 |
Decimal | 229 | 78 | 171 |
Hex | E5 | 4E | AB |
Shades of #e54eab
Tints of #e54eab
RGB Percentages of Color #e54eab
CMYK Percentages of Color #e54eab
Complementary Color
#e54eab | #4ee588 |
#e54eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e54eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#e54eab Color CSS Codes
.mybgcolor {background-color:#e54eab; } .myforecolor {color:#e54eab; } .mybordercolor {border:3px solid #e54eab; }
#e54eab Text Font Color
<p style="color:#e54eab">Text here</p>
This sample text font color is #e54eab
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.
#e54eab Background Color
<div style="background-color:#e54eab">
Div content here</div>
This div background color is #e54eab
#e54eab Border Color
<div style="border:3px solid #e54eab">
Div here</div>
This div border color is #e54eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,78,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e54eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e54eab; -webkit-box-shadow: 1px 1px 3px 2px #e54eab; box-shadow: 1px 1px 3px 2px #e54eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,78,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 #e54eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e54eab; -webkit-box-shadow: 1px 1px 3px 2px #e54eab; box-shadow: 1px 1px 3px 2px #e54eab;">
Div content here</div>
This div box has shadow with color #e54eab
Comments
No comments written yet.
Please login to write comment.