Color Hex Logo

#965dad Color Hex

#965DAD
(150,93,173)
0 Favorites   0 Comments

Color spaces of #965dad

RGB 15093173
HSL0.790.330.52
HSV283°46°68°
CMYK 0.130.460.00   0.32
XYZ24.034917.329941.6134
Yxy17.32990.28970.2088
Hunter Lab41.629230.2071-30.1271
CIE-Lab48.673037.4195-33.6349

#965dad color RGB value is (150,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011101 10101101
Octal 226 135 255
Decimal 150 93 173
Hex 96 5D AD

RGB Percentages of Color #965dad

%36.06
%22.36
%41.59

CMYK Percentages of Color #965dad

%13
%46
%0
%32

Triadic Colors of #965dad

#965dad #ad965d #5dad96

Analogous Colors of #965dad

#965dad #ad5d9c #6e5dad

Monochromatic Colors of #965dad

#965dad

Complementary Color

#965dad #74ad5d

#965dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#965dad Color CSS Codes

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

#965dad Text Font Color

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

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


#965dad Background Color

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

This div background color is #965dad


#965dad Border Color

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

This div border color is #965dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965dad


Comments

No comments written yet.

Please login to write comment.