Color Hex Logo

#e987cd Color Hex

#E987CD
(233,135,205)
0 Favorites   0 Comments

Color spaces of #e987cd

RGB 233135205
HSL0.880.690.72
HSV317°42°91°
CMYK 0.000.420.12   0.09
XYZ53.287739.059462.4882
Yxy39.05940.34420.2523
Hunter Lab62.497542.8251-15.5329
CIE-Lab68.794346.7943-20.0074

#e987cd color RGB value is (233,135,205).

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

The process color (four color CMYK) of #e987cd color hex is 0.00, 0.42, 0.12, 0.09. Web safe color of #e987cd is #ff99cc. Color #e987cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000111 11001101
Octal 351 207 315
Decimal 233 135 205
Hex E9 87 CD

RGB Percentages of Color #e987cd

%40.66
%23.56
%35.78

CMYK Percentages of Color #e987cd

%0
%42
%12
%9

Triadic Colors of #e987cd

#e987cd #cde987 #87cde9

Analogous Colors of #e987cd

#e987cd #e9879c #d487e9

Monochromatic Colors of #e987cd

#e987cd

Complementary Color

#e987cd #87e9a3

#e987cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e987cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e987cd Color CSS Codes

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

#e987cd Text Font Color

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

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


#e987cd Background Color

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

This div background color is #e987cd


#e987cd Border Color

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

This div border color is #e987cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e987cd


Comments

No comments written yet.

Please login to write comment.