Color Hex Logo

#e8660c Color Hex

#E8660C
(232,102,12)
0 Favorites   0 Comments

Color spaces of #e8660c

RGB 23210212
HSL0.070.900.48
HSV25°95°91°
CMYK 0.000.560.95   0.09
XYZ38.096426.68513.4907
Yxy26.68510.55800.3909
Hunter Lab51.657641.239132.1539
CIE-Lab58.681746.749765.2264

#e8660c color RGB value is (232,102,12).

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

The process color (four color CMYK) of #e8660c color hex is 0.00, 0.56, 0.95, 0.09. Web safe color of #e8660c is #ff6600. Color #e8660c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100110 00001100
Octal 350 146 14
Decimal 232 102 12
Hex E8 66 C

RGB Percentages of Color #e8660c

%67.05
%29.48
%3.47

CMYK Percentages of Color #e8660c

%0
%56
%95
%9

Triadic Colors of #e8660c

#e8660c #0ce866 #660ce8

Analogous Colors of #e8660c

#e8660c #e8d40c #e80c20

Monochromatic Colors of #e8660c

#e8660c

Complementary Color

#e8660c #0c8ee8

#e8660c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8660c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8660c Color CSS Codes

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

#e8660c Text Font Color

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

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


#e8660c Background Color

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

This div background color is #e8660c


#e8660c Border Color

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

This div border color is #e8660c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8660c


Comments

No comments written yet.

Please login to write comment.