Color Hex Logo

#e11aac Color Hex

#E11AAC
(225,26,172)
0 Favorites   0 Comments

Color spaces of #e11aac

RGB 22526172
HSL0.880.790.49
HSV316°88°88°
CMYK 0.000.880.24   0.12
XYZ38.867119.724940.7885
Yxy19.72490.39110.1985
Hunter Lab44.412778.4892-23.3628
CIE-Lab51.524780.0681-27.7528

#e11aac color RGB value is (225,26,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011010 10101100
Octal 341 32 254
Decimal 225 26 172
Hex E1 1A AC

RGB Percentages of Color #e11aac

%53.19
%6.15
%40.66

CMYK Percentages of Color #e11aac

%0
%88
%24
%12

Triadic Colors of #e11aac

#e11aac #ace11a #1aace1

Analogous Colors of #e11aac

#e11aac #e11a49 #b31ae1

Monochromatic Colors of #e11aac

#e11aac

Complementary Color

#e11aac #1ae14f

#e11aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11aac Color CSS Codes

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

#e11aac Text Font Color

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

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


#e11aac Background Color

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

This div background color is #e11aac


#e11aac Border Color

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

This div border color is #e11aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11aac


Comments

No comments written yet.

Please login to write comment.