Color Hex Logo

#ea39aa Color Hex

#EA39AA
(234,57,170)
0 Favorites   0 Comments

Color spaces of #ea39aa

RGB 23457170
HSL0.890.810.57
HSV322°76°92°
CMYK 0.000.760.27   0.08
XYZ42.650523.321040.2837
Yxy23.32100.40140.2195
Hunter Lab48.291873.1374-15.6538
CIE-Lab55.401575.0292-20.4716

#ea39aa color RGB value is (234,57,170).

#ea39aa hex color red value is 234, green value is 57 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea39aa hue: 0.89 , saturation: 0.81 and the lightness value of ea39aa is 0.57.

The process color (four color CMYK) of #ea39aa color hex is 0.00, 0.76, 0.27, 0.08. Web safe color of #ea39aa is #ff3399. Color #ea39aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111001 10101010
Octal 352 71 252
Decimal 234 57 170
Hex EA 39 AA

RGB Percentages of Color #ea39aa

%50.76
%12.36
%36.88

CMYK Percentages of Color #ea39aa

%0
%76
%27
%8

Triadic Colors of #ea39aa

#ea39aa #aaea39 #39aaea

Analogous Colors of #ea39aa

#ea39aa #ea3951 #d239ea

Monochromatic Colors of #ea39aa

#ea39aa

Complementary Color

#ea39aa #39ea79

#ea39aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea39aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea39aa Color CSS Codes

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

#ea39aa Text Font Color

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

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


#ea39aa Background Color

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

This div background color is #ea39aa


#ea39aa Border Color

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

This div border color is #ea39aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea39aa


Comments

No comments written yet.

Please login to write comment.