Color Hex Logo

#966cad Color Hex

#966CAD
(150,108,173)
0 Favorites   0 Comments

Color spaces of #966cad

RGB 150108173
HSL0.770.280.55
HSV279°38°68°
CMYK 0.130.380.00   0.32
XYZ25.483120.226342.0961
Yxy20.22630.29020.2304
Hunter Lab44.973722.4383-24.0149
CIE-Lab52.092128.9091-28.2990

#966cad color RGB value is (150,108,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101100 10101101
Octal 226 154 255
Decimal 150 108 173
Hex 96 6C AD

RGB Percentages of Color #966cad

%34.80
%25.06
%40.14

CMYK Percentages of Color #966cad

%13
%38
%0
%32

Triadic Colors of #966cad

#966cad #ad966c #6cad96

Analogous Colors of #966cad

#966cad #ad6ca4 #766cad

Monochromatic Colors of #966cad

#966cad

Complementary Color

#966cad #83ad6c

#966cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#966cad Color CSS Codes

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

#966cad Text Font Color

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

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


#966cad Background Color

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

This div background color is #966cad


#966cad Border Color

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

This div border color is #966cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,108,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 #966cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966cad


Comments

No comments written yet.

Please login to write comment.