Color Hex Logo

#e11689 Color Hex

#E11689
(225,22,137)
0 Favorites   0 Comments

Color spaces of #e11689

RGB 22522137
HSL0.910.820.48
HSV326°90°88°
CMYK 0.000.900.39   0.12
XYZ35.853618.387525.3264
Yxy18.38750.45060.2311
Hunter Lab42.880674.2073-5.0017
CIE-Lab49.962876.9501-9.2700

#e11689 color RGB value is (225,22,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010110 10001001
Octal 341 26 211
Decimal 225 22 137
Hex E1 16 89

RGB Percentages of Color #e11689

%58.59
%5.73
%35.68

CMYK Percentages of Color #e11689

%0
%90
%39
%12

Triadic Colors of #e11689

#e11689 #89e116 #1689e1

Analogous Colors of #e11689

#e11689 #e11623 #d416e1

Monochromatic Colors of #e11689

#e11689

Complementary Color

#e11689 #16e16e

#e11689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11689 Color CSS Codes

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

#e11689 Text Font Color

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

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


#e11689 Background Color

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

This div background color is #e11689


#e11689 Border Color

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

This div border color is #e11689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11689


Comments

No comments written yet.

Please login to write comment.