Color Hex Logo

#964dad Color Hex

#964DAD
(150,77,173)
0 Favorites   0 Comments

Color spaces of #964dad

RGB 15077173
HSL0.790.380.49
HSV286°55°68°
CMYK 0.130.550.00   0.32
XYZ22.774414.808941.1932
Yxy14.80890.28910.1880
Hunter Lab38.482338.2948-36.5290
CIE-Lab45.371346.0241-38.8374

#964dad color RGB value is (150,77,173).

#964dad hex color red value is 150, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #964dad hue: 0.79 , saturation: 0.38 and the lightness value of 964dad is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001101 10101101
Octal 226 115 255
Decimal 150 77 173
Hex 96 4D AD

RGB Percentages of Color #964dad

%37.50
%19.25
%43.25

CMYK Percentages of Color #964dad

%13
%55
%0
%32

Triadic Colors of #964dad

#964dad #ad964d #4dad96

Analogous Colors of #964dad

#964dad #ad4d94 #664dad

Monochromatic Colors of #964dad

#964dad

Complementary Color

#964dad #64ad4d

#964dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#964dad Color CSS Codes

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

#964dad Text Font Color

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

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


#964dad Background Color

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

This div background color is #964dad


#964dad Border Color

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

This div border color is #964dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964dad


Comments

No comments written yet.

Please login to write comment.