Color Hex Logo

#9664ac Color Hex

#9664AC
(150,100,172)
0 Favorites   0 Comments

Color spaces of #9664ac

RGB 150100172
HSL0.780.300.53
HSV282°42°67°
CMYK 0.130.420.00   0.33
XYZ24.581218.576941.3199
Yxy18.57690.29100.2199
Hunter Lab43.100926.3750-26.6694
CIE-Lab50.188533.2651-30.6801

#9664ac color RGB value is (150,100,172).

#9664ac hex color red value is 150, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9664ac hue: 0.78 , saturation: 0.30 and the lightness value of 9664ac is 0.53.

The process color (four color CMYK) of #9664ac color hex is 0.13, 0.42, 0.00, 0.33. Web safe color of #9664ac is #996699. Color #9664ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100100 10101100
Octal 226 144 254
Decimal 150 100 172
Hex 96 64 AC

RGB Percentages of Color #9664ac

%35.55
%23.70
%40.76

CMYK Percentages of Color #9664ac

%13
%42
%0
%33

Triadic Colors of #9664ac

#9664ac #ac9664 #64ac96

Analogous Colors of #9664ac

#9664ac #ac649e #7264ac

Monochromatic Colors of #9664ac

#9664ac

Complementary Color

#9664ac #7aac64

#9664ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9664ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9664ac Color CSS Codes

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

#9664ac Text Font Color

<p style="color:#9664ac">Text here</p>

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


#9664ac Background Color

<div style="background-color:#9664ac">
Div content here</div>

This div background color is #9664ac


#9664ac Border Color

<div style="border:3px solid #9664ac">
Div here</div>

This div border color is #9664ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,100,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9664ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9664ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9664ac;
  box-shadow:         1px 1px 3px 2px #9664ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9664ac


Comments

No comments written yet.

Please login to write comment.