Color Hex Logo

#e987bf Color Hex

#E987BF
(233,135,191)
0 Favorites   0 Comments

Color spaces of #e987bf

RGB 233135191
HSL0.900.690.72
HSV326°42°91°
CMYK 0.000.420.18   0.09
XYZ51.672238.413253.9813
Yxy38.41320.35870.2666
Hunter Lab61.978440.3556-8.2549
CIE-Lab68.324144.6119-12.9053

#e987bf color RGB value is (233,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000111 10111111
Octal 351 207 277
Decimal 233 135 191
Hex E9 87 BF

RGB Percentages of Color #e987bf

%41.68
%24.15
%34.17

CMYK Percentages of Color #e987bf

%0
%42
%18
%9

Triadic Colors of #e987bf

#e987bf #bfe987 #87bfe9

Analogous Colors of #e987bf

#e987bf #e9878e #e287e9

Monochromatic Colors of #e987bf

#e987bf

Complementary Color

#e987bf #87e9b1

#e987bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e987bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e987bf Color CSS Codes

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

#e987bf Text Font Color

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

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


#e987bf Background Color

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

This div background color is #e987bf


#e987bf Border Color

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

This div border color is #e987bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e987bf


Comments

No comments written yet.

Please login to write comment.