Color Hex Logo

#e11a84 Color Hex

#E11A84
(225,26,132)
0 Favorites   0 Comments

Color spaces of #e11a84

RGB 22526132
HSL0.910.790.49
HSV328°88°88°
CMYK 0.000.880.41   0.12
XYZ35.585618.412323.5082
Yxy18.41230.45910.2376
Hunter Lab42.909672.9413-2.4456
CIE-Lab49.992475.9199-6.2021

#e11a84 color RGB value is (225,26,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011010 10000100
Octal 341 32 204
Decimal 225 26 132
Hex E1 1A 84

RGB Percentages of Color #e11a84

%58.75
%6.79
%34.46

CMYK Percentages of Color #e11a84

%0
%88
%41
%12

Triadic Colors of #e11a84

#e11a84 #84e11a #1a84e1

Analogous Colors of #e11a84

#e11a84 #e11a21 #db1ae1

Monochromatic Colors of #e11a84

#e11a84

Complementary Color

#e11a84 #1ae177

#e11a84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11a84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11a84 Color CSS Codes

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

#e11a84 Text Font Color

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

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


#e11a84 Background Color

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

This div background color is #e11a84


#e11a84 Border Color

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

This div border color is #e11a84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11a84


Comments

No comments written yet.

Please login to write comment.