Color Hex Logo

#e41490 Color Hex

#E41490
(228,20,144)
0 Favorites   0 Comments

Color spaces of #e41490

RGB 22820144
HSL0.900.840.49
HSV324°91°89°
CMYK 0.000.910.37   0.11
XYZ37.279119.007928.0896
Yxy19.00790.44180.2253
Hunter Lab43.598176.3322-7.6811
CIE-Lab50.696478.5136-12.3247

#e41490 color RGB value is (228,20,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010100 10010000
Octal 344 24 220
Decimal 228 20 144
Hex E4 14 90

RGB Percentages of Color #e41490

%58.16
%5.10
%36.73

CMYK Percentages of Color #e41490

%0
%91
%37
%11

Triadic Colors of #e41490

#e41490 #90e414 #1490e4

Analogous Colors of #e41490

#e41490 #e41428 #d014e4

Monochromatic Colors of #e41490

#e41490

Complementary Color

#e41490 #14e468

#e41490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41490 Color CSS Codes

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

#e41490 Text Font Color

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

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


#e41490 Background Color

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

This div background color is #e41490


#e41490 Border Color

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

This div border color is #e41490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41490


Comments

No comments written yet.

Please login to write comment.