Color Hex Logo

#e41cab Color Hex

#E41CAB
(228,28,171)
0 Favorites   0 Comments

Color spaces of #e41cab

RGB 22828171
HSL0.880.790.50
HSV317°88°89°
CMYK 0.000.880.25   0.11
XYZ39.760820.264840.3439
Yxy20.26480.39610.2019
Hunter Lab45.016478.8815-21.6244
CIE-Lab52.135380.2594-26.1744

#e41cab color RGB value is (228,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011100 10101011
Octal 344 34 253
Decimal 228 28 171
Hex E4 1C AB

RGB Percentages of Color #e41cab

%53.40
%6.56
%40.05

CMYK Percentages of Color #e41cab

%0
%88
%25
%11

Triadic Colors of #e41cab

#e41cab #abe41c #1cabe4

Analogous Colors of #e41cab

#e41cab #e41c47 #b91ce4

Monochromatic Colors of #e41cab

#e41cab

Complementary Color

#e41cab #1ce455

#e41cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41cab Color CSS Codes

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

#e41cab Text Font Color

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

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


#e41cab Background Color

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

This div background color is #e41cab


#e41cab Border Color

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

This div border color is #e41cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41cab


Comments

No comments written yet.

Please login to write comment.