Color Hex Logo

#e11db4 Color Hex

#E11DB4
(225,29,180)
0 Favorites   0 Comments

Color spaces of #e11db4

RGB 22529180
HSL0.870.770.50
HSV314°87°88°
CMYK 0.000.870.20   0.12
XYZ39.728920.181644.9815
Yxy20.18160.37880.1924
Hunter Lab44.923979.2412-27.9192
CIE-Lab52.041980.5619-31.6412

#e11db4 color RGB value is (225,29,180).

#e11db4 hex color red value is 225, green value is 29 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #e11db4 hue: 0.87 , saturation: 0.77 and the lightness value of e11db4 is 0.50.

The process color (four color CMYK) of #e11db4 color hex is 0.00, 0.87, 0.20, 0.12. Web safe color of #e11db4 is #cc33cc. Color #e11db4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011101 10110100
Octal 341 35 264
Decimal 225 29 180
Hex E1 1D B4

RGB Percentages of Color #e11db4

%51.84
%6.68
%41.47

CMYK Percentages of Color #e11db4

%0
%87
%20
%12

Triadic Colors of #e11db4

#e11db4 #b4e11d #1db4e1

Analogous Colors of #e11db4

#e11db4 #e11d52 #ac1de1

Monochromatic Colors of #e11db4

#e11db4

Complementary Color

#e11db4 #1de14a

#e11db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11db4 Color CSS Codes

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

#e11db4 Text Font Color

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

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


#e11db4 Background Color

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

This div background color is #e11db4


#e11db4 Border Color

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

This div border color is #e11db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11db4


Comments

No comments written yet.

Please login to write comment.