Color Hex Logo

#e00087 Color Hex

#E00087
(224,0,135)
0 Favorites   0 Comments

Color spaces of #e00087

RGB 2240135
HSL0.901.000.44
HSV324°100°88°
CMYK 0.001.000.40   0.12
XYZ35.113617.596624.4675
Yxy17.59660.45500.2280
Hunter Lab41.948376.0072-5.2187
CIE-Lab49.003178.5837-9.5181

#e00087 color RGB value is (224,0,135).

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

The process color (four color CMYK) of #e00087 color hex is 0.00, 1.00, 0.40, 0.12. Web safe color of #e00087 is #cc0099. Color #e00087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000000 10000111
Octal 340 0 207
Decimal 224 0 135
Hex E0 0 87

RGB Percentages of Color #e00087

%62.40
%0.00
%37.60

CMYK Percentages of Color #e00087

%0
%100
%40
%12

Triadic Colors of #e00087

#e00087 #87e000 #0087e0

Analogous Colors of #e00087

#e00087 #e00017 #c900e0

Monochromatic Colors of #e00087

#e00087

Complementary Color

#e00087 #00e059

#e00087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00087 Color CSS Codes

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

#e00087 Text Font Color

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

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


#e00087 Background Color

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

This div background color is #e00087


#e00087 Border Color

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

This div border color is #e00087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00087


Comments

No comments written yet.

Please login to write comment.