Color Hex Logo

#ea87af Color Hex

#EA87AF
(234,135,175)
0 Favorites   0 Comments

Color spaces of #ea87af

RGB 234135175
HSL0.930.700.72
HSV336°42°92°
CMYK 0.000.420.25   0.08
XYZ50.333537.915545.2230
Yxy37.91550.37710.2841
Hunter Lab61.575638.1534-0.4415
CIE-Lab67.958342.6335-4.4653

#ea87af color RGB value is (234,135,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 10101111
Octal 352 207 257
Decimal 234 135 175
Hex EA 87 AF

RGB Percentages of Color #ea87af

%43.01
%24.82
%32.17

CMYK Percentages of Color #ea87af

%0
%42
%25
%8

Triadic Colors of #ea87af

#ea87af #afea87 #87afea

Analogous Colors of #ea87af

#ea87af #ea9187 #ea87e1

Monochromatic Colors of #ea87af

#ea87af

Complementary Color

#ea87af #87eac2

#ea87af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea87af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea87af Color CSS Codes

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

#ea87af Text Font Color

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

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


#ea87af Background Color

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

This div background color is #ea87af


#ea87af Border Color

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

This div border color is #ea87af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,135,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea87af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea87af


Comments

No comments written yet.

Please login to write comment.