Color Hex Logo

#e987ff Color Hex

#E987FF
(233,135,255)
0 Favorites   0 Comments

Color spaces of #e987ff

RGB 233135255
HSL0.801.000.76
HSV289°47°100°
CMYK 0.090.470.00   0.00
XYZ60.318241.871699.5106
Yxy41.87160.29900.2076
Hunter Lab64.708353.1504-45.8824
CIE-Lab70.782355.6133-44.4638

#e987ff color RGB value is (233,135,255).

#e987ff hex color red value is 233, green value is 135 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e987ff hue: 0.80 , saturation: 1.00 and the lightness value of e987ff is 0.76.

The process color (four color CMYK) of #e987ff color hex is 0.09, 0.47, 0.00, 0.00. Web safe color of #e987ff is #ff99ff. Color #e987ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000111 11111111
Octal 351 207 377
Decimal 233 135 255
Hex E9 87 FF

RGB Percentages of Color #e987ff

%37.40
%21.67
%40.93

CMYK Percentages of Color #e987ff

%9
%47
%0
%0

Triadic Colors of #e987ff

#e987ff #ffe987 #87ffe9

Analogous Colors of #e987ff

#e987ff #ff87d9 #ad87ff

Monochromatic Colors of #e987ff

#e987ff

Complementary Color

#e987ff #9dff87

#e987ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e987ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e987ff Color CSS Codes

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

#e987ff Text Font Color

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

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


#e987ff Background Color

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

This div background color is #e987ff


#e987ff Border Color

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

This div border color is #e987ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e987ff

Related Colors


Comments

No comments written yet.

Please login to write comment.