Color Hex Logo

#e02079 Color Hex

#E02079
(224,32,121)
0 Favorites   0 Comments

Color spaces of #e02079

RGB 22432121
HSL0.920.760.50
HSV332°86°88°
CMYK 0.000.860.46   0.12
XYZ34.708218.260819.7845
Yxy18.26080.47710.2510
Hunter Lab42.732770.19862.4626
CIE-Lab49.810973.71580.1875

#e02079 color RGB value is (224,32,121).

#e02079 hex color red value is 224, green value is 32 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e02079 hue: 0.92 , saturation: 0.76 and the lightness value of e02079 is 0.50.

The process color (four color CMYK) of #e02079 color hex is 0.00, 0.86, 0.46, 0.12. Web safe color of #e02079 is #cc3366. Color #e02079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100000 01111001
Octal 340 40 171
Decimal 224 32 121
Hex E0 20 79

RGB Percentages of Color #e02079

%59.42
%8.49
%32.10

CMYK Percentages of Color #e02079

%0
%86
%46
%12

Triadic Colors of #e02079

#e02079 #79e020 #2079e0

Analogous Colors of #e02079

#e02079 #e02720 #e020d9

Monochromatic Colors of #e02079

#e02079

Complementary Color

#e02079 #20e087

#e02079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02079 Color CSS Codes

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

#e02079 Text Font Color

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

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


#e02079 Background Color

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

This div background color is #e02079


#e02079 Border Color

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

This div border color is #e02079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02079


Comments

No comments written yet.

Please login to write comment.