Color Hex Logo

#e41492 Color Hex

#E41492
(228,20,146)
0 Favorites   0 Comments

Color spaces of #e41492

RGB 22820146
HSL0.900.840.49
HSV324°91°89°
CMYK 0.000.910.36   0.11
XYZ37.433419.069628.9020
Yxy19.06960.43830.2233
Hunter Lab43.668876.5921-8.6727
CIE-Lab50.768578.7071-13.4162

#e41492 color RGB value is (228,20,146).

#e41492 hex color red value is 228, green value is 20 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e41492 hue: 0.90 , saturation: 0.84 and the lightness value of e41492 is 0.49.

The process color (four color CMYK) of #e41492 color hex is 0.00, 0.91, 0.36, 0.11. Web safe color of #e41492 is #cc0099. Color #e41492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010100 10010010
Octal 344 24 222
Decimal 228 20 146
Hex E4 14 92

RGB Percentages of Color #e41492

%57.87
%5.08
%37.06

CMYK Percentages of Color #e41492

%0
%91
%36
%11

Triadic Colors of #e41492

#e41492 #92e414 #1492e4

Analogous Colors of #e41492

#e41492 #e4142a #ce14e4

Monochromatic Colors of #e41492

#e41492

Complementary Color

#e41492 #14e466

#e41492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41492 Color CSS Codes

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

#e41492 Text Font Color

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

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


#e41492 Background Color

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

This div background color is #e41492


#e41492 Border Color

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

This div border color is #e41492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41492


Comments

No comments written yet.

Please login to write comment.