Color Hex Logo

#e0471f Color Hex

#E0471F
(224,71,31)
0 Favorites   0 Comments

Color spaces of #e0471f

RGB 2247131
HSL0.030.760.50
HSV12°86°88°
CMYK 0.000.680.86   0.12
XYZ33.241020.45273.4921
Yxy20.45270.58130.3577
Hunter Lab45.224752.057827.0791
CIE-Lab52.345257.683654.2929

#e0471f color RGB value is (224,71,31).

#e0471f hex color red value is 224, green value is 71 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e0471f hue: 0.03 , saturation: 0.76 and the lightness value of e0471f is 0.50.

The process color (four color CMYK) of #e0471f color hex is 0.00, 0.68, 0.86, 0.12. Web safe color of #e0471f is #cc3333. Color #e0471f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000111 00011111
Octal 340 107 37
Decimal 224 71 31
Hex E0 47 1F

RGB Percentages of Color #e0471f

%68.71
%21.78
%9.51

CMYK Percentages of Color #e0471f

%0
%68
%86
%12

Triadic Colors of #e0471f

#e0471f #1fe047 #471fe0

Analogous Colors of #e0471f

#e0471f #e0a81f #e01f58

Monochromatic Colors of #e0471f

#e0471f

Complementary Color

#e0471f #1fb8e0

#e0471f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0471f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0471f Color CSS Codes

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

#e0471f Text Font Color

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

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


#e0471f Background Color

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

This div background color is #e0471f


#e0471f Border Color

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

This div border color is #e0471f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0471f


Comments

No comments written yet.

Please login to write comment.