Color Hex Logo

#e04425 Color Hex

#E04425
(224,68,37)
0 Favorites   0 Comments

Color spaces of #e04425

RGB 2246837
HSL0.030.750.51
HSV10°83°88°
CMYK 0.000.700.83   0.12
XYZ33.141520.11513.8861
Yxy20.11510.58000.3520
Hunter Lab44.849953.414126.2576
CIE-Lab51.967158.961651.3358

#e04425 color RGB value is (224,68,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000100 00100101
Octal 340 104 45
Decimal 224 68 37
Hex E0 44 25

RGB Percentages of Color #e04425

%68.09
%20.67
%11.25

CMYK Percentages of Color #e04425

%0
%70
%83
%12

Triadic Colors of #e04425

#e04425 #25e044 #4425e0

Analogous Colors of #e04425

#e04425 #e0a225 #e02563

Monochromatic Colors of #e04425

#e04425

Complementary Color

#e04425 #25c1e0

#e04425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04425 Color CSS Codes

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

#e04425 Text Font Color

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

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


#e04425 Background Color

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

This div background color is #e04425


#e04425 Border Color

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

This div border color is #e04425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04425


Comments

No comments written yet.

Please login to write comment.