Color Hex Logo

#9965ac Color Hex

#9965AC
(153,101,172)
0 Favorites   0 Comments

Color spaces of #9965ac

RGB 153101172
HSL0.790.300.54
HSV284°41°67°
CMYK 0.110.410.00   0.33
XYZ25.236919.058241.3782
Yxy19.05820.29460.2225
Hunter Lab43.655726.7915-25.6379
CIE-Lab50.755233.6299-29.7710

#9965ac color RGB value is (153,101,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100101 10101100
Octal 231 145 254
Decimal 153 101 172
Hex 99 65 AC

RGB Percentages of Color #9965ac

%35.92
%23.71
%40.38

CMYK Percentages of Color #9965ac

%11
%41
%0
%33

Triadic Colors of #9965ac

#9965ac #ac9965 #65ac99

Analogous Colors of #9965ac

#9965ac #ac659c #7665ac

Monochromatic Colors of #9965ac

#9965ac

Complementary Color

#9965ac #78ac65

#9965ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9965ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9965ac Color CSS Codes

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

#9965ac Text Font Color

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

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


#9965ac Background Color

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

This div background color is #9965ac


#9965ac Border Color

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

This div border color is #9965ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9965ac


Comments

No comments written yet.

Please login to write comment.