Color Hex Logo

#967cab Color Hex

#967CAB
(150,124,171)
0 Favorites   0 Comments

Color spaces of #967cab

RGB 150124171
HSL0.760.220.58
HSV273°27°67°
CMYK 0.120.270.00   0.33
XYZ27.136023.839641.6994
Yxy23.83960.29280.2572
Hunter Lab48.825813.7601-16.4582
CIE-Lab55.926819.2054-21.2283

#967cab color RGB value is (150,124,171).

#967cab hex color red value is 150, green value is 124 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #967cab hue: 0.76 , saturation: 0.22 and the lightness value of 967cab is 0.58.

The process color (four color CMYK) of #967cab color hex is 0.12, 0.27, 0.00, 0.33. Web safe color of #967cab is #996699. Color #967cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 10101011
Octal 226 174 253
Decimal 150 124 171
Hex 96 7C AB

RGB Percentages of Color #967cab

%33.71
%27.87
%38.43

CMYK Percentages of Color #967cab

%12
%27
%0
%33

Triadic Colors of #967cab

#967cab #ab967c #7cab96

Analogous Colors of #967cab

#967cab #ab7ca9 #7f7cab

Monochromatic Colors of #967cab

#967cab

Complementary Color

#967cab #91ab7c

#967cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#967cab Color CSS Codes

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

#967cab Text Font Color

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

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


#967cab Background Color

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

This div background color is #967cab


#967cab Border Color

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

This div border color is #967cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,124,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #967cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #967cab;
  -webkit-box-shadow: 1px 1px 3px 2px #967cab;
  box-shadow:         1px 1px 3px 2px #967cab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967cab


Comments

No comments written yet.

Please login to write comment.