Color Hex Logo

#e50087 Color Hex

#E50087
(229,0,135)
0 Favorites   0 Comments

Color spaces of #e50087

RGB 2290135
HSL0.901.000.45
HSV325°100°90°
CMYK 0.001.000.41   0.10
XYZ36.686318.407324.5410
Yxy18.40730.46070.2311
Hunter Lab42.903777.5510-3.8814
CIE-Lab49.986479.6236-7.9443

#e50087 color RGB value is (229,0,135).

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

The process color (four color CMYK) of #e50087 color hex is 0.00, 1.00, 0.41, 0.10. Web safe color of #e50087 is #cc0099. Color #e50087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000000 10000111
Octal 345 0 207
Decimal 229 0 135
Hex E5 0 87

RGB Percentages of Color #e50087

%62.91
%0.00
%37.09

CMYK Percentages of Color #e50087

%0
%100
%41
%10

Triadic Colors of #e50087

#e50087 #87e500 #0087e5

Analogous Colors of #e50087

#e50087 #e50015 #d100e5

Monochromatic Colors of #e50087

#e50087

Complementary Color

#e50087 #00e55e

#e50087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50087 Color CSS Codes

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

#e50087 Text Font Color

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

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


#e50087 Background Color

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

This div background color is #e50087


#e50087 Border Color

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

This div border color is #e50087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50087


Comments

No comments written yet.

Please login to write comment.