Color Hex Logo

#ea87be Color Hex

#EA87BE
(234,135,190)
0 Favorites   0 Comments

Color spaces of #ea87be

RGB 234135190
HSL0.910.700.72
HSV327°42°92°
CMYK 0.000.420.19   0.08
XYZ51.889938.538153.4189
Yxy38.53810.36070.2679
Hunter Lab62.079140.5641-7.5636
CIE-Lab68.415344.7907-12.1962

#ea87be color RGB value is (234,135,190).

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

The process color (four color CMYK) of #ea87be color hex is 0.00, 0.42, 0.19, 0.08. Web safe color of #ea87be is #ff99cc. Color #ea87be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 10111110
Octal 352 207 276
Decimal 234 135 190
Hex EA 87 BE

RGB Percentages of Color #ea87be

%41.86
%24.15
%33.99

CMYK Percentages of Color #ea87be

%0
%42
%19
%8

Triadic Colors of #ea87be

#ea87be #beea87 #87beea

Analogous Colors of #ea87be

#ea87be #ea878d #e587ea

Monochromatic Colors of #ea87be

#ea87be

Complementary Color

#ea87be #87eab3

#ea87be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea87be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea87be Color CSS Codes

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

#ea87be Text Font Color

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

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


#ea87be Background Color

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

This div background color is #ea87be


#ea87be Border Color

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

This div border color is #ea87be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea87be


Comments

No comments written yet.

Please login to write comment.