Color Hex Logo

#e987ea Color Hex

#E987EA
(233,135,234)
0 Favorites   0 Comments

Color spaces of #e987ea

RGB 233135234
HSL0.830.700.72
HSV299°42°92°
CMYK 0.000.420.00   0.08
XYZ57.119540.592182.6664
Yxy40.59210.31670.2250
Hunter Lab63.711948.5343-32.3306
CIE-Lab69.889251.7292-34.3690

#e987ea color RGB value is (233,135,234).

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

The process color (four color CMYK) of #e987ea color hex is 0.00, 0.42, 0.00, 0.08. Web safe color of #e987ea is #ff99ff. Color #e987ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000111 11101010
Octal 351 207 352
Decimal 233 135 234
Hex E9 87 EA

RGB Percentages of Color #e987ea

%38.70
%22.43
%38.87

CMYK Percentages of Color #e987ea

%0
%42
%0
%8

Triadic Colors of #e987ea

#e987ea #eae987 #87eae9

Analogous Colors of #e987ea

#e987ea #ea87ba #b887ea

Monochromatic Colors of #e987ea

#e987ea

Complementary Color

#e987ea #88ea87

#e987ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e987ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e987ea Color CSS Codes

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

#e987ea Text Font Color

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

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


#e987ea Background Color

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

This div background color is #e987ea


#e987ea Border Color

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

This div border color is #e987ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,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 #e987ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e987ea


Comments

No comments written yet.

Please login to write comment.