Color Hex Logo

#e8962e Color Hex

#E8962E
(232,150,46)
0 Favorites   0 Comments

Color spaces of #e8962e

RGB 23215046
HSL0.090.800.55
HSV34°80°91°
CMYK 0.000.350.80   0.09
XYZ44.678239.16587.7897
Yxy39.16580.48760.4274
Hunter Lab62.582617.913036.4279
CIE-Lab68.871222.942663.3031

#e8962e color RGB value is (232,150,46).

#e8962e hex color red value is 232, green value is 150 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e8962e hue: 0.09 , saturation: 0.80 and the lightness value of e8962e is 0.55.

The process color (four color CMYK) of #e8962e color hex is 0.00, 0.35, 0.80, 0.09. Web safe color of #e8962e is #ff9933. Color #e8962e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010110 00101110
Octal 350 226 56
Decimal 232 150 46
Hex E8 96 2E

RGB Percentages of Color #e8962e

%54.21
%35.05
%10.75

CMYK Percentages of Color #e8962e

%0
%35
%80
%9

Triadic Colors of #e8962e

#e8962e #2ee896 #962ee8

Analogous Colors of #e8962e

#e8962e #dde82e #e8392e

Monochromatic Colors of #e8962e

#e8962e

Complementary Color

#e8962e #2e80e8

#e8962e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8962e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8962e Color CSS Codes

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

#e8962e Text Font Color

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

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


#e8962e Background Color

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

This div background color is #e8962e


#e8962e Border Color

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

This div border color is #e8962e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8962e


Comments

No comments written yet.

Please login to write comment.