Color Hex Logo

#a983ac Color Hex

#A983AC
(169,131,172)
0 Favorites   0 Comments

Color spaces of #a983ac

RGB 169131172
HSL0.820.200.59
HSV296°24°67°
CMYK 0.020.240.00   0.33
XYZ31.924927.646242.6833
Yxy27.64620.31220.2704
Hunter Lab52.579716.3658-11.3249
CIE-Lab59.567721.8401-16.0843

#a983ac color RGB value is (169,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000011 10101100
Octal 251 203 254
Decimal 169 131 172
Hex A9 83 AC

RGB Percentages of Color #a983ac

%35.81
%27.75
%36.44

CMYK Percentages of Color #a983ac

%2
%24
%0
%33

Triadic Colors of #a983ac

#a983ac #aca983 #83aca9

Analogous Colors of #a983ac

#a983ac #ac839b #9583ac

Monochromatic Colors of #a983ac

#a983ac

Complementary Color

#a983ac #86ac83

#a983ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a983ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a983ac Color CSS Codes

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

#a983ac Text Font Color

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

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


#a983ac Background Color

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

This div background color is #a983ac


#a983ac Border Color

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

This div border color is #a983ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a983ac


Comments

No comments written yet.

Please login to write comment.