Color Hex Logo

#ea87aa Color Hex

#EA87AA
(234,135,170)
0 Favorites   0 Comments

Color spaces of #ea87aa

RGB 234135170
HSL0.940.700.72
HSV339°42°92°
CMYK 0.000.420.27   0.08
XYZ49.851437.722742.6840
Yxy37.72270.38270.2896
Hunter Lab61.418837.39901.7886
CIE-Lab67.815741.9523-1.8645

#ea87aa color RGB value is (234,135,170).

#ea87aa hex color red value is 234, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea87aa hue: 0.94 , saturation: 0.70 and the lightness value of ea87aa is 0.72.

The process color (four color CMYK) of #ea87aa color hex is 0.00, 0.42, 0.27, 0.08. Web safe color of #ea87aa is #ff9999. Color #ea87aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 10101010
Octal 352 207 252
Decimal 234 135 170
Hex EA 87 AA

RGB Percentages of Color #ea87aa

%43.41
%25.05
%31.54

CMYK Percentages of Color #ea87aa

%0
%42
%27
%8

Triadic Colors of #ea87aa

#ea87aa #aaea87 #87aaea

Analogous Colors of #ea87aa

#ea87aa #ea9687 #ea87dc

Monochromatic Colors of #ea87aa

#ea87aa

Complementary Color

#ea87aa #87eac7

#ea87aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea87aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea87aa Color CSS Codes

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

#ea87aa Text Font Color

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

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


#ea87aa Background Color

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

This div background color is #ea87aa


#ea87aa Border Color

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

This div border color is #ea87aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea87aa


Comments

No comments written yet.

Please login to write comment.