Color Hex Logo

#e02070 Color Hex

#E02070
(224,32,112)
0 Favorites   0 Comments

Color spaces of #e02070

RGB 22432112
HSL0.930.760.50
HSV335°86°88°
CMYK 0.000.860.50   0.12
XYZ34.181618.050217.0117
Yxy18.05020.49360.2607
Hunter Lab42.485569.26205.9995
CIE-Lab49.556972.99395.3101

#e02070 color RGB value is (224,32,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100000 01110000
Octal 340 40 160
Decimal 224 32 112
Hex E0 20 70

RGB Percentages of Color #e02070

%60.87
%8.70
%30.43

CMYK Percentages of Color #e02070

%0
%86
%50
%12

Triadic Colors of #e02070

#e02070 #70e020 #2070e0

Analogous Colors of #e02070

#e02070 #e03020 #e020d0

Monochromatic Colors of #e02070

#e02070

Complementary Color

#e02070 #20e090

#e02070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02070 Color CSS Codes

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

#e02070 Text Font Color

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

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


#e02070 Background Color

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

This div background color is #e02070


#e02070 Border Color

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

This div border color is #e02070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02070


Comments

No comments written yet.

Please login to write comment.