Color Hex Logo

#960711 Color Hex

#960711
(150,7,17)
0 Favorites   0 Comments

Color spaces of #960711

RGB 150717
HSL0.990.910.31
HSV356°95°59°
CMYK 0.000.950.89   0.41
XYZ12.75486.67651.1467
Yxy6.67650.61980.3244
Hunter Lab25.838942.894415.4560
CIE-Lab31.058853.145637.2970

#960711 color RGB value is (150,7,17).

#960711 hex color red value is 150, green value is 7 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #960711 hue: 0.99 , saturation: 0.91 and the lightness value of 960711 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000111 00010001
Octal 226 7 21
Decimal 150 7 17
Hex 96 7 11

RGB Percentages of Color #960711

%86.21
%4.02
%9.77

CMYK Percentages of Color #960711

%0
%95
%89
%41

Triadic Colors of #960711

#960711 #119607 #071196

Analogous Colors of #960711

#960711 #964507 #960758

Monochromatic Colors of #960711

#960711

Complementary Color

#960711 #07968c

#960711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960711 Color CSS Codes

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

#960711 Text Font Color

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

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


#960711 Background Color

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

This div background color is #960711


#960711 Border Color

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

This div border color is #960711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960711


Comments

No comments written yet.

Please login to write comment.