Color Hex Logo

#9a83ac Color Hex

#9A83AC
(154,131,172)
0 Favorites   0 Comments

Color spaces of #9a83ac

RGB 154131172
HSL0.760.200.59
HSV274°24°67°
CMYK 0.100.240.00   0.33
XYZ28.889126.081242.5413
Yxy26.08120.29630.2675
Hunter Lab51.069811.6017-13.6400
CIE-Lab58.114016.7203-18.4282

#9a83ac color RGB value is (154,131,172).

#9a83ac hex color red value is 154, green value is 131 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9a83ac hue: 0.76 , saturation: 0.20 and the lightness value of 9a83ac is 0.59.

The process color (four color CMYK) of #9a83ac color hex is 0.10, 0.24, 0.00, 0.33. Web safe color of #9a83ac is #999999. Color #9a83ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10000011 10101100
Octal 232 203 254
Decimal 154 131 172
Hex 9A 83 AC

RGB Percentages of Color #9a83ac

%33.70
%28.67
%37.64

CMYK Percentages of Color #9a83ac

%10
%24
%0
%33

Triadic Colors of #9a83ac

#9a83ac #ac9a83 #83ac9a

Analogous Colors of #9a83ac

#9a83ac #ac83aa #8683ac

Monochromatic Colors of #9a83ac

#9a83ac

Complementary Color

#9a83ac #95ac83

#9a83ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a83ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a83ac Color CSS Codes

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

#9a83ac Text Font Color

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

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


#9a83ac Background Color

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

This div background color is #9a83ac


#9a83ac Border Color

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

This div border color is #9a83ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a83ac


Comments

No comments written yet.

Please login to write comment.