Color Hex Logo

#e087ff Color Hex

#E087FF
(224,135,255)
0 Favorites   0 Comments

Color spaces of #e087ff

RGB 224135255
HSL0.791.000.76
HSV285°47°100°
CMYK 0.120.470.00   0.00
XYZ57.454440.395299.3766
Yxy40.39520.29130.2048
Hunter Lab63.557250.1351-48.2144
CIE-Lab69.750153.1518-46.1563

#e087ff color RGB value is (224,135,255).

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

The process color (four color CMYK) of #e087ff color hex is 0.12, 0.47, 0.00, 0.00. Web safe color of #e087ff is #cc99ff. Color #e087ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000111 11111111
Octal 340 207 377
Decimal 224 135 255
Hex E0 87 FF

RGB Percentages of Color #e087ff

%36.48
%21.99
%41.53

CMYK Percentages of Color #e087ff

%12
%47
%0
%0

Triadic Colors of #e087ff

#e087ff #ffe087 #87ffe0

Analogous Colors of #e087ff

#e087ff #ff87e2 #a487ff

Monochromatic Colors of #e087ff

#e087ff

Complementary Color

#e087ff #a6ff87

#e087ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e087ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e087ff Color CSS Codes

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

#e087ff Text Font Color

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

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


#e087ff Background Color

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

This div background color is #e087ff


#e087ff Border Color

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

This div border color is #e087ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e087ff

Related Colors

#e087ff Color Palettes


Comments

No comments written yet.

Please login to write comment.