Color Hex Logo

#ea87bf Color Hex

#EA87BF
(234,135,191)
0 Favorites   0 Comments

Color spaces of #ea87bf

RGB 234135191
HSL0.910.700.72
HSV326°42°92°
CMYK 0.000.420.18   0.08
XYZ51.999638.582053.9966
Yxy38.58200.35970.2669
Hunter Lab62.114440.7326-8.0612
CIE-Lab68.447444.9404-12.7076

#ea87bf color RGB value is (234,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 10111111
Octal 352 207 277
Decimal 234 135 191
Hex EA 87 BF

RGB Percentages of Color #ea87bf

%41.79
%24.11
%34.11

CMYK Percentages of Color #ea87bf

%0
%42
%18
%8

Triadic Colors of #ea87bf

#ea87bf #bfea87 #87bfea

Analogous Colors of #ea87bf

#ea87bf #ea878e #e487ea

Monochromatic Colors of #ea87bf

#ea87bf

Complementary Color

#ea87bf #87eab2

#ea87bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea87bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea87bf Color CSS Codes

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

#ea87bf Text Font Color

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

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


#ea87bf Background Color

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

This div background color is #ea87bf


#ea87bf Border Color

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

This div border color is #ea87bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea87bf


Comments

No comments written yet.

Please login to write comment.