Color Hex Logo

#9a76ac Color Hex

#9A76AC
(154,118,172)
0 Favorites   0 Comments

Color spaces of #9a76ac

RGB 154118172
HSL0.780.250.57
HSV280°31°67°
CMYK 0.100.310.00   0.33
XYZ27.251322.805441.9953
Yxy22.80540.29600.2477
Hunter Lab47.755018.2894-18.7106
CIE-Lab54.871324.2207-23.3909

#9a76ac color RGB value is (154,118,172).

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

The process color (four color CMYK) of #9a76ac color hex is 0.10, 0.31, 0.00, 0.33. Web safe color of #9a76ac is #996699. Color #9a76ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01110110 10101100
Octal 232 166 254
Decimal 154 118 172
Hex 9A 76 AC

RGB Percentages of Color #9a76ac

%34.68
%26.58
%38.74

CMYK Percentages of Color #9a76ac

%10
%31
%0
%33

Triadic Colors of #9a76ac

#9a76ac #ac9a76 #76ac9a

Analogous Colors of #9a76ac

#9a76ac #ac76a3 #7f76ac

Monochromatic Colors of #9a76ac

#9a76ac

Complementary Color

#9a76ac #88ac76

#9a76ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a76ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a76ac Color CSS Codes

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

#9a76ac Text Font Color

<p style="color:#9a76ac">Text here</p>

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


#9a76ac Background Color

<div style="background-color:#9a76ac">
Div content here</div>

This div background color is #9a76ac


#9a76ac Border Color

<div style="border:3px solid #9a76ac">
Div here</div>

This div border color is #9a76ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,118,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a76ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a76ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9a76ac;
  box-shadow:         1px 1px 3px 2px #9a76ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,118,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 #9a76ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a76ac


Comments

No comments written yet.

Please login to write comment.