color codes Logo

#e087ea color codes

#E087EA
(224,135,234)
0 Favorites   0 Comments

Color spaces of #e087ea

RGB 224135234
HSL0.820.700.72
HSV294°42°92°
CMYK 0.040.420.00   0.08
XYZ54.255739.115882.5324
Yxy39.11580.30840.2224
Hunter Lab62.542645.3991-34.4603
CIE-Lab68.835149.1000-36.0878

#e087ea color RGB value is (224,135,234).

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

The process color (four color CMYK) of #e087ea color code is 0.04, 0.42, 0.00, 0.08. Web safe color of #e087ea is #cc99ff. Color #e087ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000111 11101010
Octal 340 207 352
Decimal 224 135 234
Hex E0 87 EA

RGB Percentages of Color #e087ea

%37.77
%22.77
%39.46

CMYK Percentages of Color #e087ea

%4
%42
%0
%8

Triadic Colors of #e087ea

#e087ea #eae087 #87eae0

Analogous Colors of #e087ea

#e087ea #ea87c3 #af87ea

Monochromatic Colors of #e087ea

#e087ea

Complementary Color

#e087ea #91ea87

#e087ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e087ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e087ea Color CSS Codes

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

#e087ea Text Font Color

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

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


#e087ea Background Color

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

This div background color is #e087ea


#e087ea Border Color

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

This div border color is #e087ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e087ea


Comments

No comments written yet.

Please login to write comment.