Color Hex Logo

#966b8d Color Hex

#966B8D
(150,107,141)
0 Favorites   0 Comments

Color spaces of #966b8d

RGB 150107141
HSL0.870.170.50
HSV313°29°59°
CMYK 0.000.290.06   0.41
XYZ22.643118.922527.6583
Yxy18.92250.32710.2734
Hunter Lab43.500016.7898-7.2479
CIE-Lab50.596422.9042-11.8422

#966b8d color RGB value is (150,107,141).

#966b8d hex color red value is 150, green value is 107 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #966b8d hue: 0.87 , saturation: 0.17 and the lightness value of 966b8d is 0.50.

The process color (four color CMYK) of #966b8d color hex is 0.00, 0.29, 0.06, 0.41. Web safe color of #966b8d is #996699. Color #966b8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101011 10001101
Octal 226 153 215
Decimal 150 107 141
Hex 96 6B 8D

RGB Percentages of Color #966b8d

%37.69
%26.88
%35.43

CMYK Percentages of Color #966b8d

%0
%29
%6
%41

Triadic Colors of #966b8d

#966b8d #8d966b #6b8d96

Analogous Colors of #966b8d

#966b8d #966b78 #8a6b96

Monochromatic Colors of #966b8d

#966b8d

Complementary Color

#966b8d #6b9674

#966b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#966b8d Color CSS Codes

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

#966b8d Text Font Color

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

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


#966b8d Background Color

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

This div background color is #966b8d


#966b8d Border Color

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

This div border color is #966b8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,107,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #966b8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #966b8d;
  -webkit-box-shadow: 1px 1px 3px 2px #966b8d;
  box-shadow:         1px 1px 3px 2px #966b8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966b8d


Comments

No comments written yet.

Please login to write comment.