Color Hex Logo

#ea04aa Color Hex

#EA04AA
(234,4,170)
0 Favorites   0 Comments

Color spaces of #ea04aa

RGB 2344170
HSL0.880.970.47
HSV317°98°92°
CMYK 0.000.980.27   0.08
XYZ41.230820.481539.8104
Yxy20.48150.40610.2017
Hunter Lab45.256583.4231-20.4756
CIE-Lab52.377383.7690-25.1211

#ea04aa color RGB value is (234,4,170).

#ea04aa hex color red value is 234, green value is 4 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea04aa hue: 0.88 , saturation: 0.97 and the lightness value of ea04aa is 0.47.

The process color (four color CMYK) of #ea04aa color hex is 0.00, 0.98, 0.27, 0.08. Web safe color of #ea04aa is #ff0099. Color #ea04aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000100 10101010
Octal 352 4 252
Decimal 234 4 170
Hex EA 4 AA

RGB Percentages of Color #ea04aa

%57.35
%0.98
%41.67

CMYK Percentages of Color #ea04aa

%0
%98
%27
%8

Triadic Colors of #ea04aa

#ea04aa #aaea04 #04aaea

Analogous Colors of #ea04aa

#ea04aa #ea0437 #b704ea

Monochromatic Colors of #ea04aa

#ea04aa

Complementary Color

#ea04aa #04ea44

#ea04aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea04aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea04aa Color CSS Codes

.mybgcolor {background-color:#ea04aa; } 
.myforecolor {color:#ea04aa; }
.mybordercolor {border:3px solid #ea04aa; }

#ea04aa Text Font Color

<p style="color:#ea04aa">Text here</p>

This sample text font color is #ea04aa
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.


#ea04aa Background Color

<div style="background-color:#ea04aa">
Div content here</div>

This div background color is #ea04aa


#ea04aa Border Color

<div style="border:3px solid #ea04aa">
Div here</div>

This div border color is #ea04aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,4,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea04aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea04aa;
  -webkit-box-shadow: 1px 1px 3px 2px #ea04aa;
  box-shadow:         1px 1px 3px 2px #ea04aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,4,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 #ea04aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ea04aa;
  -webkit-box-shadow: 1px 1px 3px 2px #ea04aa;
  box-shadow:         1px 1px 3px 2px #ea04aa;">
Div content here</div>

This div box has shadow with color #ea04aa


Comments

No comments written yet.

Please login to write comment.