Color Hex Logo

#e04362 Color Hex

#E04362
(224,67,98)
0 Favorites   0 Comments

Color spaces of #e04362

RGB 2246798
HSL0.970.720.57
HSV348°70°88°
CMYK 0.000.700.56   0.12
XYZ34.952220.743413.7170
Yxy20.74340.50350.2988
Hunter Lab45.544957.281314.0248
CIE-Lab52.667562.238418.1318

#e04362 color RGB value is (224,67,98).

#e04362 hex color red value is 224, green value is 67 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #e04362 hue: 0.97 , saturation: 0.72 and the lightness value of e04362 is 0.57.

The process color (four color CMYK) of #e04362 color hex is 0.00, 0.70, 0.56, 0.12. Web safe color of #e04362 is #cc3366. Color #e04362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000011 01100010
Octal 340 103 142
Decimal 224 67 98
Hex E0 43 62

RGB Percentages of Color #e04362

%57.58
%17.22
%25.19

CMYK Percentages of Color #e04362

%0
%70
%56
%12

Triadic Colors of #e04362

#e04362 #62e043 #4362e0

Analogous Colors of #e04362

#e04362 #e07343 #e043b1

Monochromatic Colors of #e04362

#e04362

Complementary Color

#e04362 #43e0c1

#e04362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04362 Color CSS Codes

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

#e04362 Text Font Color

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

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


#e04362 Background Color

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

This div background color is #e04362


#e04362 Border Color

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

This div border color is #e04362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04362


Comments

No comments written yet.

Please login to write comment.