Color Hex Logo

#e10089 Color Hex

#E10089
(225,0,137)
0 Favorites   0 Comments

Color spaces of #e10089

RGB 2250137
HSL0.901.000.44
HSV323°100°88°
CMYK 0.001.000.39   0.12
XYZ35.566717.813725.2307
Yxy17.81370.45240.2266
Hunter Lab42.206376.5587-5.8989
CIE-Lab49.269478.9727-10.3104

#e10089 color RGB value is (225,0,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 10001001
Octal 341 0 211
Decimal 225 0 137
Hex E1 0 89

RGB Percentages of Color #e10089

%62.15
%0.00
%37.85

CMYK Percentages of Color #e10089

%0
%100
%39
%12

Triadic Colors of #e10089

#e10089 #89e100 #0089e1

Analogous Colors of #e10089

#e10089 #e10019 #c900e1

Monochromatic Colors of #e10089

#e10089

Complementary Color

#e10089 #00e158

#e10089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10089 Color CSS Codes

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

#e10089 Text Font Color

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

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


#e10089 Background Color

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

This div background color is #e10089


#e10089 Border Color

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

This div border color is #e10089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10089


Comments

No comments written yet.

Please login to write comment.