Color Hex Logo

#967dac Color Hex

#967DAC
(150,125,172)
0 Favorites   0 Comments

Color spaces of #967dac

RGB 150125172
HSL0.760.220.58
HSV272°27°67°
CMYK 0.130.270.00   0.33
XYZ27.357724.129842.2453
Yxy24.12980.29190.2574
Hunter Lab49.122113.4488-16.6043
CIE-Lab56.217518.8466-21.3582

#967dac color RGB value is (150,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111101 10101100
Octal 226 175 254
Decimal 150 125 172
Hex 96 7D AC

RGB Percentages of Color #967dac

%33.56
%27.96
%38.48

CMYK Percentages of Color #967dac

%13
%27
%0
%33

Triadic Colors of #967dac

#967dac #ac967d #7dac96

Analogous Colors of #967dac

#967dac #ac7dab #7f7dac

Monochromatic Colors of #967dac

#967dac

Complementary Color

#967dac #93ac7d

#967dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#967dac Color CSS Codes

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

#967dac Text Font Color

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

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


#967dac Background Color

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

This div background color is #967dac


#967dac Border Color

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

This div border color is #967dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967dac


Comments

No comments written yet.

Please login to write comment.