Color Hex Logo

#e02370 Color Hex

#E02370
(224,35,112)
0 Favorites   0 Comments

Color spaces of #e02370

RGB 22435112
HSL0.930.750.51
HSV336°84°88°
CMYK 0.000.840.50   0.12
XYZ34.266118.219217.0399
Yxy18.21920.49290.2621
Hunter Lab42.684068.60056.2096
CIE-Lab49.760972.40755.6023

#e02370 color RGB value is (224,35,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100011 01110000
Octal 340 43 160
Decimal 224 35 112
Hex E0 23 70

RGB Percentages of Color #e02370

%60.38
%9.43
%30.19

CMYK Percentages of Color #e02370

%0
%84
%50
%12

Triadic Colors of #e02370

#e02370 #70e023 #2370e0

Analogous Colors of #e02370

#e02370 #e03523 #e023cf

Monochromatic Colors of #e02370

#e02370

Complementary Color

#e02370 #23e093

#e02370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02370 Color CSS Codes

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

#e02370 Text Font Color

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

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


#e02370 Background Color

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

This div background color is #e02370


#e02370 Border Color

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

This div border color is #e02370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02370


Comments

No comments written yet.

Please login to write comment.