Color Hex Logo

#e8961b Color Hex

#E8961B
(232,150,27)
0 Favorites   0 Comments

Color spaces of #e8961b

RGB 23215027
HSL0.100.820.51
HSV36°88°91°
CMYK 0.000.350.88   0.09
XYZ44.382939.04766.2346
Yxy39.04760.49500.4355
Hunter Lab62.488117.427637.8261
CIE-Lab68.785722.452669.0956

#e8961b color RGB value is (232,150,27).

#e8961b hex color red value is 232, green value is 150 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #e8961b hue: 0.10 , saturation: 0.82 and the lightness value of e8961b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010110 00011011
Octal 350 226 33
Decimal 232 150 27
Hex E8 96 1B

RGB Percentages of Color #e8961b

%56.72
%36.67
%6.60

CMYK Percentages of Color #e8961b

%0
%35
%88
%9

Triadic Colors of #e8961b

#e8961b #1be896 #961be8

Analogous Colors of #e8961b

#e8961b #d4e81b #e8301b

Monochromatic Colors of #e8961b

#e8961b

Complementary Color

#e8961b #1b6de8

#e8961b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8961b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8961b Color CSS Codes

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

#e8961b Text Font Color

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

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


#e8961b Background Color

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

This div background color is #e8961b


#e8961b Border Color

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

This div border color is #e8961b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8961b


Comments

No comments written yet.

Please login to write comment.