Color Hex Logo

#966086 Color Hex

#966086
(150,96,134)
0 Favorites   0 Comments

Color spaces of #966086

RGB 15096134
HSL0.880.220.48
HSV318°36°59°
CMYK 0.000.360.11   0.41
XYZ21.063616.571024.6426
Yxy16.57100.33820.2661
Hunter Lab40.707521.1246-7.3964
CIE-Lab47.714927.9431-12.0285

#966086 color RGB value is (150,96,134).

#966086 hex color red value is 150, green value is 96 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #966086 hue: 0.88 , saturation: 0.22 and the lightness value of 966086 is 0.48.

The process color (four color CMYK) of #966086 color hex is 0.00, 0.36, 0.11, 0.41. Web safe color of #966086 is #996699. Color #966086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100000 10000110
Octal 226 140 206
Decimal 150 96 134
Hex 96 60 86

RGB Percentages of Color #966086

%39.47
%25.26
%35.26

CMYK Percentages of Color #966086

%0
%36
%11
%41

Triadic Colors of #966086

#966086 #869660 #608696

Analogous Colors of #966086

#966086 #96606b #8b6096

Monochromatic Colors of #966086

#966086

Complementary Color

#966086 #609670

#966086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966086 Color CSS Codes

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

#966086 Text Font Color

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

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


#966086 Background Color

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

This div background color is #966086


#966086 Border Color

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

This div border color is #966086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966086


Comments

No comments written yet.

Please login to write comment.