Color Hex Logo

#e41cad Color Hex

#E41CAD
(228,28,173)
0 Favorites   0 Comments

Color spaces of #e41cad

RGB 22828173
HSL0.880.790.50
HSV317°88°89°
CMYK 0.000.880.24   0.11
XYZ39.953020.341641.3557
Yxy20.34160.39300.2001
Hunter Lab45.101779.1951-22.7944
CIE-Lab52.221380.4905-27.2171

#e41cad color RGB value is (228,28,173).

#e41cad hex color red value is 228, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e41cad hue: 0.88 , saturation: 0.79 and the lightness value of e41cad is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011100 10101101
Octal 344 34 255
Decimal 228 28 173
Hex E4 1C AD

RGB Percentages of Color #e41cad

%53.15
%6.53
%40.33

CMYK Percentages of Color #e41cad

%0
%88
%24
%11

Triadic Colors of #e41cad

#e41cad #ade41c #1cade4

Analogous Colors of #e41cad

#e41cad #e41c49 #b71ce4

Monochromatic Colors of #e41cad

#e41cad

Complementary Color

#e41cad #1ce453

#e41cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41cad Color CSS Codes

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

#e41cad Text Font Color

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

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


#e41cad Background Color

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

This div background color is #e41cad


#e41cad Border Color

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

This div border color is #e41cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,28,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e41cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e41cad;
  -webkit-box-shadow: 1px 1px 3px 2px #e41cad;
  box-shadow:         1px 1px 3px 2px #e41cad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,28,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41cad


Comments

No comments written yet.

Please login to write comment.