Color Hex Logo

#ea5aaa Color Hex

#EA5AAA
(234,90,170)
0 Favorites   0 Comments

Color spaces of #ea5aaa

RGB 23490170
HSL0.910.770.64
HSV327°62°92°
CMYK 0.000.620.27   0.08
XYZ44.843527.707041.0147
Yxy27.70700.39490.2440
Hunter Lab52.637459.9543-9.3521
CIE-Lab59.623163.2839-14.0561

#ea5aaa color RGB value is (234,90,170).

#ea5aaa hex color red value is 234, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea5aaa hue: 0.91 , saturation: 0.77 and the lightness value of ea5aaa is 0.64.

The process color (four color CMYK) of #ea5aaa color hex is 0.00, 0.62, 0.27, 0.08. Web safe color of #ea5aaa is #ff6699. Color #ea5aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011010 10101010
Octal 352 132 252
Decimal 234 90 170
Hex EA 5A AA

RGB Percentages of Color #ea5aaa

%47.37
%18.22
%34.41

CMYK Percentages of Color #ea5aaa

%0
%62
%27
%8

Triadic Colors of #ea5aaa

#ea5aaa #aaea5a #5aaaea

Analogous Colors of #ea5aaa

#ea5aaa #ea5a62 #e25aea

Monochromatic Colors of #ea5aaa

#ea5aaa

Complementary Color

#ea5aaa #5aea9a

#ea5aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5aaa Color CSS Codes

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

#ea5aaa Text Font Color

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

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


#ea5aaa Background Color

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

This div background color is #ea5aaa


#ea5aaa Border Color

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

This div border color is #ea5aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5aaa


Comments

No comments written yet.

Please login to write comment.