Color spaces of #e12faa
RGB | 225 | 47 | 170 |
---|---|---|---|
HSL | 0.88 | 0.75 | 0.53 |
HSV | 319° | 79° | 88° |
CMYK | 0.00 | 0.79 | 0.24 0.12 |
XYZ | 39.3236 | 20.9429 | 40.0000 |
Yxy | 20.9429 | 0.3922 | 0.2089 |
Hunter Lab | 45.7634 | 73.2956 | -19.7887 |
CIE-Lab | 52.8869 | 75.6439 | -24.4691 |
#e12faa color RGB value is (225,47,170).
#e12faa hex color red value is 225, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e12faa hue: 0.88 , saturation: 0.75 and the lightness value of e12faa is 0.53.
The process color (four color CMYK) of #e12faa color hex is 0.00, 0.79, 0.24, 0.12. Web safe color of #e12faa is #cc3399. Color #e12faa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00101111 | 10101010 |
Octal | 341 | 57 | 252 |
Decimal | 225 | 47 | 170 |
Hex | E1 | 2F | AA |
Shades of #e12faa
Tints of #e12faa
RGB Percentages of Color #e12faa
CMYK Percentages of Color #e12faa
Complementary Color
#e12faa | #2fe166 |
#e12faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e12faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e12faa Color CSS Codes
.mybgcolor {background-color:#e12faa; } .myforecolor {color:#e12faa; } .mybordercolor {border:3px solid #e12faa; }
#e12faa Text Font Color
<p style="color:#e12faa">Text here</p>
This sample text font color is #e12faa
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.
#e12faa Background Color
<div style="background-color:#e12faa">
Div content here</div>
This div background color is #e12faa
#e12faa Border Color
<div style="border:3px solid #e12faa">
Div here</div>
This div border color is #e12faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,47,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e12faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e12faa; -webkit-box-shadow: 1px 1px 3px 2px #e12faa; box-shadow: 1px 1px 3px 2px #e12faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,47,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e12faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e12faa; -webkit-box-shadow: 1px 1px 3px 2px #e12faa; box-shadow: 1px 1px 3px 2px #e12faa;">
Div content here</div>
This div box has shadow with color #e12faa
Comments
No comments written yet.
Please login to write comment.