Color spaces of #ea45ae
RGB | 234 | 69 | 174 |
---|---|---|---|
HSL | 0.89 | 0.80 | 0.59 |
HSV | 322° | 71° | 92° |
CMYK | 0.00 | 0.71 | 0.26 0.08 |
XYZ | 43.6998 | 24.8047 | 42.5289 |
Yxy | 24.8047 | 0.3936 | 0.2234 |
Hunter Lab | 49.8043 | 69.4637 | -15.7659 |
CIE-Lab | 56.8846 | 71.7500 | -20.5337 |
#ea45ae color RGB value is (234,69,174).
#ea45ae hex color red value is 234, green value is 69 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ea45ae hue: 0.89 , saturation: 0.80 and the lightness value of ea45ae is 0.59.
The process color (four color CMYK) of #ea45ae color hex is 0.00, 0.71, 0.26, 0.08. Web safe color of #ea45ae is #ff3399. Color #ea45ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01000101 | 10101110 |
Octal | 352 | 105 | 256 |
Decimal | 234 | 69 | 174 |
Hex | EA | 45 | AE |
Shades of #ea45ae
Tints of #ea45ae
RGB Percentages of Color #ea45ae
CMYK Percentages of Color #ea45ae
Complementary Color
#ea45ae | #45ea81 |
#ea45ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea45ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea45ae Color CSS Codes
.mybgcolor {background-color:#ea45ae; } .myforecolor {color:#ea45ae; } .mybordercolor {border:3px solid #ea45ae; }
#ea45ae Text Font Color
<p style="color:#ea45ae">Text here</p>
This sample text font color is #ea45ae
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.
#ea45ae Background Color
<div style="background-color:#ea45ae">
Div content here</div>
This div background color is #ea45ae
#ea45ae Border Color
<div style="border:3px solid #ea45ae">
Div here</div>
This div border color is #ea45ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,69,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea45ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea45ae; -webkit-box-shadow: 1px 1px 3px 2px #ea45ae; box-shadow: 1px 1px 3px 2px #ea45ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,69,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea45ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea45ae; -webkit-box-shadow: 1px 1px 3px 2px #ea45ae; box-shadow: 1px 1px 3px 2px #ea45ae;">
Div content here</div>
This div box has shadow with color #ea45ae
Comments
No comments written yet.
Please login to write comment.