Color Hex Logo

#e11459 Color Hex

#E11459
(225,20,89)
0 Favorites   0 Comments

Color spaces of #e11459

RGB 2252089
HSL0.940.840.48
HSV340°91°88°
CMYK 0.000.910.60   0.12
XYZ33.104717.229111.0319
Yxy17.22910.53950.2808
Hunter Lab41.508069.723913.2976
CIE-Lab48.547473.571318.0505

#e11459 color RGB value is (225,20,89).

#e11459 hex color red value is 225, green value is 20 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #e11459 hue: 0.94 , saturation: 0.84 and the lightness value of e11459 is 0.48.

The process color (four color CMYK) of #e11459 color hex is 0.00, 0.91, 0.60, 0.12. Web safe color of #e11459 is #cc0066. Color #e11459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 01011001
Octal 341 24 131
Decimal 225 20 89
Hex E1 14 59

RGB Percentages of Color #e11459

%67.37
%5.99
%26.65

CMYK Percentages of Color #e11459

%0
%91
%60
%12

Triadic Colors of #e11459

#e11459 #59e114 #1459e1

Analogous Colors of #e11459

#e11459 #e13614 #e114c0

Monochromatic Colors of #e11459

#e11459

Complementary Color

#e11459 #14e19c

#e11459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11459 Color CSS Codes

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

#e11459 Text Font Color

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

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


#e11459 Background Color

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

This div background color is #e11459


#e11459 Border Color

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

This div border color is #e11459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11459


Comments

No comments written yet.

Please login to write comment.