Color Hex Logo

#e04415 Color Hex

#E04415
(224,68,21)
0 Favorites   0 Comments

Color spaces of #e04415

RGB 2246821
HSL0.040.830.48
HSV14°91°88°
CMYK 0.000.700.91   0.12
XYZ32.942920.03572.8405
Yxy20.03570.59020.3589
Hunter Lab44.761353.038327.5704
CIE-Lab51.877658.643257.7138

#e04415 color RGB value is (224,68,21).

#e04415 hex color red value is 224, green value is 68 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e04415 hue: 0.04 , saturation: 0.83 and the lightness value of e04415 is 0.48.

The process color (four color CMYK) of #e04415 color hex is 0.00, 0.70, 0.91, 0.12. Web safe color of #e04415 is #cc3300. Color #e04415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000100 00010101
Octal 340 104 25
Decimal 224 68 21
Hex E0 44 15

RGB Percentages of Color #e04415

%71.57
%21.73
%6.71

CMYK Percentages of Color #e04415

%0
%70
%91
%12

Triadic Colors of #e04415

#e04415 #15e044 #4415e0

Analogous Colors of #e04415

#e04415 #e0aa15 #e0154c

Monochromatic Colors of #e04415

#e04415

Complementary Color

#e04415 #15b1e0

#e04415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04415 Color CSS Codes

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

#e04415 Text Font Color

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

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


#e04415 Background Color

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

This div background color is #e04415


#e04415 Border Color

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

This div border color is #e04415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04415


Comments

No comments written yet.

Please login to write comment.