Color Hex Logo

#e8350c Color Hex

#E8350C
(232,53,12)
0 Favorites   0 Comments

Color spaces of #e8350c

RGB 2325312
HSL0.030.900.48
HSV11°95°91°
CMYK 0.000.770.95   0.09
XYZ34.618219.72862.3312
Yxy19.72860.61080.3481
Hunter Lab44.416961.392027.9800
CIE-Lab51.529066.001360.8939

#e8350c color RGB value is (232,53,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110101 00001100
Octal 350 65 14
Decimal 232 53 12
Hex E8 35 C

RGB Percentages of Color #e8350c

%78.11
%17.85
%4.04

CMYK Percentages of Color #e8350c

%0
%77
%95
%9

Triadic Colors of #e8350c

#e8350c #0ce835 #350ce8

Analogous Colors of #e8350c

#e8350c #e8a30c #e80c51

Monochromatic Colors of #e8350c

#e8350c

Complementary Color

#e8350c #0cbfe8

#e8350c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8350c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8350c Color CSS Codes

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

#e8350c Text Font Color

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

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


#e8350c Background Color

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

This div background color is #e8350c


#e8350c Border Color

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

This div border color is #e8350c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,53,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 #e8350c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8350c


Comments

No comments written yet.

Please login to write comment.