Color Hex Logo

#e01490 Color Hex

#E01490
(224,20,144)
0 Favorites   0 Comments

Color spaces of #e01490

RGB 22420144
HSL0.900.840.48
HSV324°91°88°
CMYK 0.000.910.36   0.12
XYZ36.024718.361228.0309
Yxy18.36120.43710.2228
Hunter Lab42.850075.0805-8.7904
CIE-Lab49.931377.6595-13.5552

#e01490 color RGB value is (224,20,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010100 10010000
Octal 340 24 220
Decimal 224 20 144
Hex E0 14 90

RGB Percentages of Color #e01490

%57.73
%5.15
%37.11

CMYK Percentages of Color #e01490

%0
%91
%36
%12

Triadic Colors of #e01490

#e01490 #90e014 #1490e0

Analogous Colors of #e01490

#e01490 #e0142a #ca14e0

Monochromatic Colors of #e01490

#e01490

Complementary Color

#e01490 #14e064

#e01490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01490 Color CSS Codes

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

#e01490 Text Font Color

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

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


#e01490 Background Color

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

This div background color is #e01490


#e01490 Border Color

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

This div border color is #e01490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,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 #e01490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01490


Comments

No comments written yet.

Please login to write comment.