Color Hex Logo

#966dad Color Hex

#966DAD
(150,109,173)
0 Favorites   0 Comments

Color spaces of #966dad

RGB 150109173
HSL0.770.280.55
HSV278°37°68°
CMYK 0.130.370.00   0.32
XYZ25.589120.438442.1315
Yxy20.43840.29030.2318
Hunter Lab45.208821.9190-23.6080
CIE-Lab52.329328.3332-27.9309

#966dad color RGB value is (150,109,173).

#966dad hex color red value is 150, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #966dad hue: 0.77 , saturation: 0.28 and the lightness value of 966dad is 0.55.

The process color (four color CMYK) of #966dad color hex is 0.13, 0.37, 0.00, 0.32. Web safe color of #966dad is #996699. Color #966dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101101 10101101
Octal 226 155 255
Decimal 150 109 173
Hex 96 6D AD

RGB Percentages of Color #966dad

%34.72
%25.23
%40.05

CMYK Percentages of Color #966dad

%13
%37
%0
%32

Triadic Colors of #966dad

#966dad #ad966d #6dad96

Analogous Colors of #966dad

#966dad #ad6da4 #766dad

Monochromatic Colors of #966dad

#966dad

Complementary Color

#966dad #84ad6d

#966dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#966dad Color CSS Codes

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

#966dad Text Font Color

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

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


#966dad Background Color

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

This div background color is #966dad


#966dad Border Color

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

This div border color is #966dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966dad


Comments

No comments written yet.

Please login to write comment.