Color Hex Logo

#9975ac Color Hex

#9975AC
(153,117,172)
0 Favorites   0 Comments

Color spaces of #9975ac

RGB 153117172
HSL0.780.250.57
HSV279°32°67°
CMYK 0.110.320.00   0.33
XYZ26.944622.473441.9474
Yxy22.47340.29490.2460
Hunter Lab47.406118.4948-19.2786
CIE-Lab54.525724.4687-23.9314

#9975ac color RGB value is (153,117,172).

#9975ac hex color red value is 153, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9975ac hue: 0.78 , saturation: 0.25 and the lightness value of 9975ac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110101 10101100
Octal 231 165 254
Decimal 153 117 172
Hex 99 75 AC

RGB Percentages of Color #9975ac

%34.62
%26.47
%38.91

CMYK Percentages of Color #9975ac

%11
%32
%0
%33

Triadic Colors of #9975ac

#9975ac #ac9975 #75ac99

Analogous Colors of #9975ac

#9975ac #ac75a4 #7e75ac

Monochromatic Colors of #9975ac

#9975ac

Complementary Color

#9975ac #88ac75

#9975ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9975ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9975ac Color CSS Codes

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

#9975ac Text Font Color

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

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


#9975ac Background Color

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

This div background color is #9975ac


#9975ac Border Color

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

This div border color is #9975ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9975ac


Comments

No comments written yet.

Please login to write comment.