Color spaces of #e10aba
RGB | 225 | 10 | 186 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.46 |
HSV | 311° | 96° | 88° |
CMYK | 0.00 | 0.96 | 0.17 0.12 |
XYZ | 40.0228 | 19.7698 | 48.1609 |
Yxy | 19.7698 | 0.3707 | 0.1831 |
Hunter Lab | 44.4632 | 82.8629 | -33.0964 |
CIE-Lab | 51.5759 | 83.4900 | -35.8745 |
#e10aba color RGB value is (225,10,186).
#e10aba hex color red value is 225, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e10aba hue: 0.86 , saturation: 0.91 and the lightness value of e10aba is 0.46.
The process color (four color CMYK) of #e10aba color hex is 0.00, 0.96, 0.17, 0.12. Web safe color of #e10aba is #cc00cc. Color #e10aba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00001010 | 10111010 |
Octal | 341 | 12 | 272 |
Decimal | 225 | 10 | 186 |
Hex | E1 | A | BA |
Shades of #e10aba
Tints of #e10aba
RGB Percentages of Color #e10aba
CMYK Percentages of Color #e10aba
Complementary Color
#e10aba | #0ae131 |
#e10aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e10aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e10aba Color CSS Codes
.mybgcolor {background-color:#e10aba; } .myforecolor {color:#e10aba; } .mybordercolor {border:3px solid #e10aba; }
#e10aba Text Font Color
<p style="color:#e10aba">Text here</p>
This sample text font color is #e10aba
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.
#e10aba Background Color
<div style="background-color:#e10aba">
Div content here</div>
This div background color is #e10aba
#e10aba Border Color
<div style="border:3px solid #e10aba">
Div here</div>
This div border color is #e10aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,10,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e10aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e10aba; -webkit-box-shadow: 1px 1px 3px 2px #e10aba; box-shadow: 1px 1px 3px 2px #e10aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,10,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e10aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e10aba; -webkit-box-shadow: 1px 1px 3px 2px #e10aba; box-shadow: 1px 1px 3px 2px #e10aba;">
Div content here</div>
This div box has shadow with color #e10aba
Comments
No comments written yet.
Please login to write comment.