Color Hex Logo

#96200b Color Hex

#96200B
(150,32,11)
1 Favorites   0 Comments

Color spaces of #96200b

RGB 1503211
HSL0.030.860.32
HSV93°59°
CMYK 0.000.790.93   0.41
XYZ13.15467.54121.0789
Yxy7.54120.60410.3463
Hunter Lab27.461237.448616.8935
CIE-Lab33.008547.388941.5401

#96200b color RGB value is (150,32,11).

#96200b hex color red value is 150, green value is 32 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #96200b hue: 0.03 , saturation: 0.86 and the lightness value of 96200b is 0.32.

The process color (four color CMYK) of #96200b color hex is 0.00, 0.79, 0.93, 0.41. Web safe color of #96200b is #993300. Color #96200b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100000 00001011
Octal 226 40 13
Decimal 150 32 11
Hex 96 20 B

RGB Percentages of Color #96200b

%77.72
%16.58
%5.70

CMYK Percentages of Color #96200b

%0
%79
%93
%41

Triadic Colors of #96200b

#96200b #0b9620 #200b96

Analogous Colors of #96200b

#96200b #96660b #960b3c

Monochromatic Colors of #96200b

#96200b

Complementary Color

#96200b #0b8196

#96200b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96200b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96200b Color CSS Codes

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

#96200b Text Font Color

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

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


#96200b Background Color

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

This div background color is #96200b


#96200b Border Color

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

This div border color is #96200b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,32,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96200b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96200b;
  -webkit-box-shadow: 1px 1px 3px 2px #96200b;
  box-shadow:         1px 1px 3px 2px #96200b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96200b

#96200b Color Palettes


Comments

No comments written yet.

Please login to write comment.