Color Hex Logo

#ea87bd Color Hex

#EA87BD
(234,135,189)
0 Favorites   0 Comments

Color spaces of #ea87bd

RGB 234135189
HSL0.910.700.72
HSV327°42°92°
CMYK 0.000.420.19   0.08
XYZ51.781038.494552.8451
Yxy38.49450.36180.2690
Hunter Lab62.043940.3967-7.0687
CIE-Lab68.383544.6419-11.6843

#ea87bd color RGB value is (234,135,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 10111101
Octal 352 207 275
Decimal 234 135 189
Hex EA 87 BD

RGB Percentages of Color #ea87bd

%41.94
%24.19
%33.87

CMYK Percentages of Color #ea87bd

%0
%42
%19
%8

Triadic Colors of #ea87bd

#ea87bd #bdea87 #87bdea

Analogous Colors of #ea87bd

#ea87bd #ea878c #e687ea

Monochromatic Colors of #ea87bd

#ea87bd

Complementary Color

#ea87bd #87eab4

#ea87bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea87bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea87bd Color CSS Codes

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

#ea87bd Text Font Color

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

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


#ea87bd Background Color

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

This div background color is #ea87bd


#ea87bd Border Color

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

This div border color is #ea87bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea87bd


Comments

No comments written yet.

Please login to write comment.