Color Hex Logo

#e11480 Color Hex

#E11480
(225,20,128)
0 Favorites   0 Comments

Color spaces of #e11480

RGB 22520128
HSL0.910.840.48
HSV328°91°88°
CMYK 0.000.910.43   0.12
XYZ35.197818.066422.0541
Yxy18.06640.46730.2399
Hunter Lab42.504673.4318-1.0102
CIE-Lab49.576576.3986-4.3924

#e11480 color RGB value is (225,20,128).

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

The process color (four color CMYK) of #e11480 color hex is 0.00, 0.91, 0.43, 0.12. Web safe color of #e11480 is #cc0099. Color #e11480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 10000000
Octal 341 24 200
Decimal 225 20 128
Hex E1 14 80

RGB Percentages of Color #e11480

%60.32
%5.36
%34.32

CMYK Percentages of Color #e11480

%0
%91
%43
%12

Triadic Colors of #e11480

#e11480 #80e114 #1480e1

Analogous Colors of #e11480

#e11480 #e1141a #dc14e1

Monochromatic Colors of #e11480

#e11480

Complementary Color

#e11480 #14e175

#e11480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11480 Color CSS Codes

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

#e11480 Text Font Color

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

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


#e11480 Background Color

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

This div background color is #e11480


#e11480 Border Color

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

This div border color is #e11480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11480


Comments

No comments written yet.

Please login to write comment.