Color Hex Logo

#ea87de Color Hex

#EA87DE
(234,135,222)
0 Favorites   0 Comments

Color spaces of #ea87de

RGB 234135222
HSL0.850.700.72
HSV307°42°92°
CMYK 0.000.420.05   0.08
XYZ55.780540.094373.9063
Yxy40.09430.32850.2362
Hunter Lab63.320146.4358-24.8784
CIE-Lab69.536649.9257-28.2899

#ea87de color RGB value is (234,135,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 11011110
Octal 352 207 336
Decimal 234 135 222
Hex EA 87 DE

RGB Percentages of Color #ea87de

%39.59
%22.84
%37.56

CMYK Percentages of Color #ea87de

%0
%42
%5
%8

Triadic Colors of #ea87de

#ea87de #deea87 #87deea

Analogous Colors of #ea87de

#ea87de #ea87ad #c587ea

Monochromatic Colors of #ea87de

#ea87de

Complementary Color

#ea87de #87ea93

#ea87de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea87de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea87de Color CSS Codes

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

#ea87de Text Font Color

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

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


#ea87de Background Color

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

This div background color is #ea87de


#ea87de Border Color

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

This div border color is #ea87de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea87de


Comments

No comments written yet.

Please login to write comment.