Color Hex Logo

#e02990 Color Hex

#E02990
(224,41,144)
0 Favorites   0 Comments

Color spaces of #e02990

RGB 22441144
HSL0.910.750.52
HSV326°82°88°
CMYK 0.000.820.36   0.12
XYZ36.567419.446828.2118
Yxy19.44680.43420.2309
Hunter Lab44.098570.8434-7.0615
CIE-Lab51.205973.9736-11.6307

#e02990 color RGB value is (224,41,144).

#e02990 hex color red value is 224, green value is 41 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e02990 hue: 0.91 , saturation: 0.75 and the lightness value of e02990 is 0.52.

The process color (four color CMYK) of #e02990 color hex is 0.00, 0.82, 0.36, 0.12. Web safe color of #e02990 is #cc3399. Color #e02990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101001 10010000
Octal 340 51 220
Decimal 224 41 144
Hex E0 29 90

RGB Percentages of Color #e02990

%54.77
%10.02
%35.21

CMYK Percentages of Color #e02990

%0
%82
%36
%12

Triadic Colors of #e02990

#e02990 #90e029 #2990e0

Analogous Colors of #e02990

#e02990 #e02935 #d529e0

Monochromatic Colors of #e02990

#e02990

Complementary Color

#e02990 #29e079

#e02990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02990 Color CSS Codes

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

#e02990 Text Font Color

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

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


#e02990 Background Color

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

This div background color is #e02990


#e02990 Border Color

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

This div border color is #e02990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02990


Comments

No comments written yet.

Please login to write comment.