Color spaces of #e50aad
RGB | 229 | 10 | 173 |
---|---|---|---|
HSL | 0.88 | 0.92 | 0.47 |
HSV | 315° | 96° | 90° |
CMYK | 0.00 | 0.96 | 0.24 0.10 |
XYZ | 39.9645 | 19.8922 | 41.2684 |
Yxy | 19.8922 | 0.3952 | 0.1967 |
Hunter Lab | 44.6007 | 81.8940 | -23.6398 |
CIE-Lab | 51.7151 | 82.7080 | -27.9878 |
#e50aad color RGB value is (229,10,173).
#e50aad hex color red value is 229, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e50aad hue: 0.88 , saturation: 0.92 and the lightness value of e50aad is 0.47.
The process color (four color CMYK) of #e50aad color hex is 0.00, 0.96, 0.24, 0.10. Web safe color of #e50aad is #cc0099. Color #e50aad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00001010 | 10101101 |
Octal | 345 | 12 | 255 |
Decimal | 229 | 10 | 173 |
Hex | E5 | A | AD |
Shades of #e50aad
Tints of #e50aad
RGB Percentages of Color #e50aad
CMYK Percentages of Color #e50aad
Complementary Color
#e50aad | #0ae542 |
#e50aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e50aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#e50aad Color CSS Codes
.mybgcolor {background-color:#e50aad; } .myforecolor {color:#e50aad; } .mybordercolor {border:3px solid #e50aad; }
#e50aad Text Font Color
<p style="color:#e50aad">Text here</p>
This sample text font color is #e50aad
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.
#e50aad Background Color
<div style="background-color:#e50aad">
Div content here</div>
This div background color is #e50aad
#e50aad Border Color
<div style="border:3px solid #e50aad">
Div here</div>
This div border color is #e50aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,10,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e50aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e50aad; -webkit-box-shadow: 1px 1px 3px 2px #e50aad; box-shadow: 1px 1px 3px 2px #e50aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,10,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e50aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e50aad; -webkit-box-shadow: 1px 1px 3px 2px #e50aad; box-shadow: 1px 1px 3px 2px #e50aad;">
Div content here</div>
This div box has shadow with color #e50aad
Comments
No comments written yet.
Please login to write comment.