Color Hex Logo

#e11989 Color Hex

#E11989
(225,25,137)
0 Favorites   0 Comments

Color spaces of #e11989

RGB 22525137
HSL0.910.800.49
HSV326°89°88°
CMYK 0.000.890.39   0.12
XYZ35.914318.509025.3466
Yxy18.50900.45020.2320
Hunter Lab43.022173.7209-4.8154
CIE-Lab50.107776.5290-9.0527

#e11989 color RGB value is (225,25,137).

#e11989 hex color red value is 225, green value is 25 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e11989 hue: 0.91 , saturation: 0.80 and the lightness value of e11989 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 10001001
Octal 341 31 211
Decimal 225 25 137
Hex E1 19 89

RGB Percentages of Color #e11989

%58.14
%6.46
%35.40

CMYK Percentages of Color #e11989

%0
%89
%39
%12

Triadic Colors of #e11989

#e11989 #89e119 #1989e1

Analogous Colors of #e11989

#e11989 #e11925 #d519e1

Monochromatic Colors of #e11989

#e11989

Complementary Color

#e11989 #19e171

#e11989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11989 Color CSS Codes

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

#e11989 Text Font Color

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

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


#e11989 Background Color

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

This div background color is #e11989


#e11989 Border Color

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

This div border color is #e11989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11989


Comments

No comments written yet.

Please login to write comment.