Color Hex Logo

#ea3aaa Color Hex

#EA3AAA
(234,58,170)
0 Favorites   0 Comments

Color spaces of #ea3aaa

RGB 23458170
HSL0.890.810.57
HSV322°75°92°
CMYK 0.000.750.27   0.08
XYZ42.700423.420840.3003
Yxy23.42080.40120.2201
Hunter Lab48.395072.8046-15.4964
CIE-Lab55.503274.7401-20.3159

#ea3aaa color RGB value is (234,58,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111010 10101010
Octal 352 72 252
Decimal 234 58 170
Hex EA 3A AA

RGB Percentages of Color #ea3aaa

%50.65
%12.55
%36.80

CMYK Percentages of Color #ea3aaa

%0
%75
%27
%8

Triadic Colors of #ea3aaa

#ea3aaa #aaea3a #3aaaea

Analogous Colors of #ea3aaa

#ea3aaa #ea3a52 #d23aea

Monochromatic Colors of #ea3aaa

#ea3aaa

Complementary Color

#ea3aaa #3aea7a

#ea3aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3aaa Color CSS Codes

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

#ea3aaa Text Font Color

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

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


#ea3aaa Background Color

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

This div background color is #ea3aaa


#ea3aaa Border Color

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

This div border color is #ea3aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3aaa


Comments

No comments written yet.

Please login to write comment.