Color Hex Logo

#9964ac Color Hex

#9964AC
(153,100,172)
0 Favorites   0 Comments

Color spaces of #9964ac

RGB 153100172
HSL0.790.300.53
HSV284°42°67°
CMYK 0.110.420.00   0.33
XYZ25.140418.865241.3460
Yxy18.86520.29460.2210
Hunter Lab43.434127.3092-26.0358
CIE-Lab50.529134.1943-30.1233

#9964ac color RGB value is (153,100,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100100 10101100
Octal 231 144 254
Decimal 153 100 172
Hex 99 64 AC

RGB Percentages of Color #9964ac

%36.00
%23.53
%40.47

CMYK Percentages of Color #9964ac

%11
%42
%0
%33

Triadic Colors of #9964ac

#9964ac #ac9964 #64ac99

Analogous Colors of #9964ac

#9964ac #ac649b #7564ac

Monochromatic Colors of #9964ac

#9964ac

Complementary Color

#9964ac #77ac64

#9964ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9964ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9964ac Color CSS Codes

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

#9964ac Text Font Color

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

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


#9964ac Background Color

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

This div background color is #9964ac


#9964ac Border Color

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

This div border color is #9964ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,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 #9964ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9964ac


Comments

No comments written yet.

Please login to write comment.