Color Hex Logo

#e04422 Color Hex

#E04422
(224,68,34)
0 Favorites   0 Comments

Color spaces of #e04422

RGB 2246834
HSL0.030.750.51
HSV11°85°88°
CMYK 0.000.700.85   0.12
XYZ33.096320.09703.6481
Yxy20.09700.58230.3536
Hunter Lab44.829753.328826.5559
CIE-Lab51.946758.889452.6734

#e04422 color RGB value is (224,68,34).

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

The process color (four color CMYK) of #e04422 color hex is 0.00, 0.70, 0.85, 0.12. Web safe color of #e04422 is #cc3333. Color #e04422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000100 00100010
Octal 340 104 42
Decimal 224 68 34
Hex E0 44 22

RGB Percentages of Color #e04422

%68.71
%20.86
%10.43

CMYK Percentages of Color #e04422

%0
%70
%85
%12

Triadic Colors of #e04422

#e04422 #22e044 #4422e0

Analogous Colors of #e04422

#e04422 #e0a322 #e0225f

Monochromatic Colors of #e04422

#e04422

Complementary Color

#e04422 #22bee0

#e04422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04422 Color CSS Codes

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

#e04422 Text Font Color

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

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


#e04422 Background Color

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

This div background color is #e04422


#e04422 Border Color

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

This div border color is #e04422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04422


Comments

No comments written yet.

Please login to write comment.