Color Hex Logo

#e02999 Color Hex

#E02999
(224,41,153)
0 Favorites   0 Comments

Color spaces of #e02999

RGB 22441153
HSL0.900.750.52
HSV323°82°88°
CMYK 0.000.820.32   0.12
XYZ37.283219.733131.9808
Yxy19.73310.41890.2217
Hunter Lab44.422072.0760-11.5894
CIE-Lab51.534174.9164-16.5072

#e02999 color RGB value is (224,41,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101001 10011001
Octal 340 51 231
Decimal 224 41 153
Hex E0 29 99

RGB Percentages of Color #e02999

%53.59
%9.81
%36.60

CMYK Percentages of Color #e02999

%0
%82
%32
%12

Triadic Colors of #e02999

#e02999 #99e029 #2999e0

Analogous Colors of #e02999

#e02999 #e0293e #cc29e0

Monochromatic Colors of #e02999

#e02999

Complementary Color

#e02999 #29e070

#e02999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02999 Color CSS Codes

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

#e02999 Text Font Color

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

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


#e02999 Background Color

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

This div background color is #e02999


#e02999 Border Color

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

This div border color is #e02999


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,41,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02999


Comments

No comments written yet.

Please login to write comment.