Color Hex Logo

#e8470c Color Hex

#E8470C
(232,71,12)
0 Favorites   0 Comments

Color spaces of #e8470c

RGB 2327112
HSL0.040.900.48
HSV16°95°91°
CMYK 0.000.690.95   0.09
XYZ35.598321.68882.6579
Yxy21.68880.59380.3618
Hunter Lab46.571254.942929.2161
CIE-Lab53.695260.002362.1471

#e8470c color RGB value is (232,71,12).

#e8470c hex color red value is 232, green value is 71 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #e8470c hue: 0.04 , saturation: 0.90 and the lightness value of e8470c is 0.48.

The process color (four color CMYK) of #e8470c color hex is 0.00, 0.69, 0.95, 0.09. Web safe color of #e8470c is #ff3300. Color #e8470c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000111 00001100
Octal 350 107 14
Decimal 232 71 12
Hex E8 47 C

RGB Percentages of Color #e8470c

%73.65
%22.54
%3.81

CMYK Percentages of Color #e8470c

%0
%69
%95
%9

Triadic Colors of #e8470c

#e8470c #0ce847 #470ce8

Analogous Colors of #e8470c

#e8470c #e8b50c #e80c3f

Monochromatic Colors of #e8470c

#e8470c

Complementary Color

#e8470c #0cade8

#e8470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8470c Color CSS Codes

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

#e8470c Text Font Color

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

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


#e8470c Background Color

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

This div background color is #e8470c


#e8470c Border Color

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

This div border color is #e8470c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8470c


Comments

No comments written yet.

Please login to write comment.