Color Hex Logo

#964aad Color Hex

#964AAD
(150,74,173)
0 Favorites   0 Comments

Color spaces of #964aad

RGB 15074173
HSL0.790.400.48
HSV286°57°68°
CMYK 0.130.570.00   0.32
XYZ22.569314.398741.1249
Yxy14.39870.28900.1844
Hunter Lab37.945639.7634-37.6957
CIE-Lab44.799447.5544-39.7435

#964aad color RGB value is (150,74,173).

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

The process color (four color CMYK) of #964aad color hex is 0.13, 0.57, 0.00, 0.32. Web safe color of #964aad is #993399. Color #964aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001010 10101101
Octal 226 112 255
Decimal 150 74 173
Hex 96 4A AD

RGB Percentages of Color #964aad

%37.78
%18.64
%43.58

CMYK Percentages of Color #964aad

%13
%57
%0
%32

Triadic Colors of #964aad

#964aad #ad964a #4aad96

Analogous Colors of #964aad

#964aad #ad4a93 #654aad

Monochromatic Colors of #964aad

#964aad

Complementary Color

#964aad #61ad4a

#964aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#964aad Color CSS Codes

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

#964aad Text Font Color

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

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


#964aad Background Color

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

This div background color is #964aad


#964aad Border Color

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

This div border color is #964aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964aad


Comments

No comments written yet.

Please login to write comment.