Color Hex Logo

#e11aab Color Hex

#E11AAB
(225,26,171)
0 Favorites   0 Comments

Color spaces of #e11aab

RGB 22526171
HSL0.880.790.49
HSV316°88°88°
CMYK 0.000.880.24   0.12
XYZ38.771419.686640.2845
Yxy19.68660.39270.1994
Hunter Lab44.369678.3316-22.7725
CIE-Lab51.481079.9518-27.2319

#e11aab color RGB value is (225,26,171).

#e11aab hex color red value is 225, green value is 26 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e11aab hue: 0.88 , saturation: 0.79 and the lightness value of e11aab is 0.49.

The process color (four color CMYK) of #e11aab color hex is 0.00, 0.88, 0.24, 0.12. Web safe color of #e11aab is #cc3399. Color #e11aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011010 10101011
Octal 341 32 253
Decimal 225 26 171
Hex E1 1A AB

RGB Percentages of Color #e11aab

%53.32
%6.16
%40.52

CMYK Percentages of Color #e11aab

%0
%88
%24
%12

Triadic Colors of #e11aab

#e11aab #abe11a #1aabe1

Analogous Colors of #e11aab

#e11aab #e11a47 #b41ae1

Monochromatic Colors of #e11aab

#e11aab

Complementary Color

#e11aab #1ae150

#e11aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11aab Color CSS Codes

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

#e11aab Text Font Color

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

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


#e11aab Background Color

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

This div background color is #e11aab


#e11aab Border Color

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

This div border color is #e11aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11aab


Comments

No comments written yet.

Please login to write comment.