Color Hex Logo

#e987e7 Color Hex

#E987E7
(233,135,231)
0 Favorites   0 Comments

Color spaces of #e987e7

RGB 233135231
HSL0.840.690.72
HSV301°42°91°
CMYK 0.000.420.01   0.09
XYZ56.692040.421180.4154
Yxy40.42110.31930.2277
Hunter Lab63.577647.9073-30.4880
CIE-Lab69.768451.1946-32.9059

#e987e7 color RGB value is (233,135,231).

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

The process color (four color CMYK) of #e987e7 color hex is 0.00, 0.42, 0.01, 0.09. Web safe color of #e987e7 is #ff99ff. Color #e987e7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000111 11100111
Octal 351 207 347
Decimal 233 135 231
Hex E9 87 E7

RGB Percentages of Color #e987e7

%38.90
%22.54
%38.56

CMYK Percentages of Color #e987e7

%0
%42
%1
%9

Triadic Colors of #e987e7

#e987e7 #e7e987 #87e7e9

Analogous Colors of #e987e7

#e987e7 #e987b6 #ba87e9

Monochromatic Colors of #e987e7

#e987e7

Complementary Color

#e987e7 #87e989

#e987e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e987e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e987e7 Color CSS Codes

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

#e987e7 Text Font Color

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

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


#e987e7 Background Color

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

This div background color is #e987e7


#e987e7 Border Color

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

This div border color is #e987e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e987e7


Comments

No comments written yet.

Please login to write comment.