Color spaces of #ea3faa
RGB | 234 | 63 | 170 |
---|---|---|---|
HSL | 0.90 | 0.80 | 0.58 |
HSV | 322° | 73° | 92° |
CMYK | 0.00 | 0.73 | 0.27 0.08 |
XYZ | 42.9649 | 23.9497 | 40.3885 |
Yxy | 23.9497 | 0.4004 | 0.2232 |
Hunter Lab | 48.9384 | 71.0697 | -14.6747 |
CIE-Lab | 56.0374 | 73.2264 | -19.4995 |
#ea3faa color RGB value is (234,63,170).
#ea3faa hex color red value is 234, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea3faa hue: 0.90 , saturation: 0.80 and the lightness value of ea3faa is 0.58.
The process color (four color CMYK) of #ea3faa color hex is 0.00, 0.73, 0.27, 0.08. Web safe color of #ea3faa is #ff3399. Color #ea3faa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00111111 | 10101010 |
Octal | 352 | 77 | 252 |
Decimal | 234 | 63 | 170 |
Hex | EA | 3F | AA |
Shades of #ea3faa
Tints of #ea3faa
RGB Percentages of Color #ea3faa
CMYK Percentages of Color #ea3faa
Complementary Color
#ea3faa | #3fea7f |
#ea3faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea3faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea3faa Color CSS Codes
.mybgcolor {background-color:#ea3faa; } .myforecolor {color:#ea3faa; } .mybordercolor {border:3px solid #ea3faa; }
#ea3faa Text Font Color
<p style="color:#ea3faa">Text here</p>
This sample text font color is #ea3faa
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.
#ea3faa Background Color
<div style="background-color:#ea3faa">
Div content here</div>
This div background color is #ea3faa
#ea3faa Border Color
<div style="border:3px solid #ea3faa">
Div here</div>
This div border color is #ea3faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,63,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea3faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea3faa; -webkit-box-shadow: 1px 1px 3px 2px #ea3faa; box-shadow: 1px 1px 3px 2px #ea3faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,63,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 #ea3faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea3faa; -webkit-box-shadow: 1px 1px 3px 2px #ea3faa; box-shadow: 1px 1px 3px 2px #ea3faa;">
Div content here</div>
This div box has shadow with color #ea3faa
Comments
No comments written yet.
Please login to write comment.