Color Hex Logo

#961508 Color Hex

#961508
(150,21,8)
0 Favorites   0 Comments

Color spaces of #961508

RGB 150218
HSL0.020.900.31
HSV95°59°
CMYK 0.000.860.95   0.41
XYZ12.88977.03790.9088
Yxy7.03790.61860.3378
Hunter Lab26.529040.302216.5392
CIE-Lab31.893050.449141.9890

#961508 color RGB value is (150,21,8).

#961508 hex color red value is 150, green value is 21 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #961508 hue: 0.02 , saturation: 0.90 and the lightness value of 961508 is 0.31.

The process color (four color CMYK) of #961508 color hex is 0.00, 0.86, 0.95, 0.41. Web safe color of #961508 is #990000. Color #961508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010101 00001000
Octal 226 25 10
Decimal 150 21 8
Hex 96 15 8

RGB Percentages of Color #961508

%83.80
%11.73
%4.47

CMYK Percentages of Color #961508

%0
%86
%95
%41

Triadic Colors of #961508

#961508 #089615 #150896

Analogous Colors of #961508

#961508 #965c08 #960842

Monochromatic Colors of #961508

#961508

Complementary Color

#961508 #088996

#961508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961508 Color CSS Codes

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

#961508 Text Font Color

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

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


#961508 Background Color

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

This div background color is #961508


#961508 Border Color

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

This div border color is #961508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961508


Comments

No comments written yet.

Please login to write comment.