Color Hex Logo

#e86214 Color Hex

#E86214
(232,98,20)
0 Favorites   0 Comments

Color spaces of #e86214

RGB 2329820
HSL0.060.840.49
HSV22°91°91°
CMYK 0.000.580.91   0.09
XYZ37.772725.94173.6782
Yxy25.94170.56050.3849
Hunter Lab50.933043.245631.3714
CIE-Lab57.981748.720062.9016

#e86214 color RGB value is (232,98,20).

#e86214 hex color red value is 232, green value is 98 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #e86214 hue: 0.06 , saturation: 0.84 and the lightness value of e86214 is 0.49.

The process color (four color CMYK) of #e86214 color hex is 0.00, 0.58, 0.91, 0.09. Web safe color of #e86214 is #ff6600. Color #e86214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100010 00010100
Octal 350 142 24
Decimal 232 98 20
Hex E8 62 14

RGB Percentages of Color #e86214

%66.29
%28.00
%5.71

CMYK Percentages of Color #e86214

%0
%58
%91
%9

Triadic Colors of #e86214

#e86214 #14e862 #6214e8

Analogous Colors of #e86214

#e86214 #e8cc14 #e81430

Monochromatic Colors of #e86214

#e86214

Complementary Color

#e86214 #149ae8

#e86214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86214 Color CSS Codes

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

#e86214 Text Font Color

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

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


#e86214 Background Color

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

This div background color is #e86214


#e86214 Border Color

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

This div border color is #e86214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86214


Comments

No comments written yet.

Please login to write comment.