color codes Logo

#e50b87 color codes

#E50B87
(229,11,135)
0 Favorites   0 Comments

Color spaces of #e50b87

RGB 22911135
HSL0.910.910.47
HSV326°95°90°
CMYK 0.000.950.41   0.10
XYZ36.805918.646624.5809
Yxy18.64660.45990.2330
Hunter Lab43.181776.5764-3.5232
CIE-Lab50.271278.7915-7.5194

#e50b87 color RGB value is (229,11,135).

#e50b87 hex color red value is 229, green value is 11 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #e50b87 hue: 0.91 , saturation: 0.91 and the lightness value of e50b87 is 0.47.

The process color (four color CMYK) of #e50b87 color code is 0.00, 0.95, 0.41, 0.10. Web safe color of #e50b87 is #cc0099. Color #e50b87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001011 10000111
Octal 345 13 207
Decimal 229 11 135
Hex E5 B 87

RGB Percentages of Color #e50b87

%61.07
%2.93
%36.00

CMYK Percentages of Color #e50b87

%0
%95
%41
%10

Triadic Colors of #e50b87

#e50b87 #87e50b #0b87e5

Analogous Colors of #e50b87

#e50b87 #e50b1a #d60be5

Monochromatic Colors of #e50b87

#e50b87

Complementary Color

#e50b87 #0be569

#e50b87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50b87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50b87 Color CSS Codes

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

#e50b87 Text Font Color

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

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


#e50b87 Background Color

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

This div background color is #e50b87


#e50b87 Border Color

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

This div border color is #e50b87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50b87


Comments

No comments written yet.

Please login to write comment.