Color Hex Logo

#a083ac Color Hex

#A083AC
(160,131,172)
0 Favorites   0 Comments

Color spaces of #a083ac

RGB 160131172
HSL0.780.200.59
HSV282°24°67°
CMYK 0.070.240.00   0.33
XYZ30.059926.684742.5961
Yxy26.68470.30260.2686
Hunter Lab51.657213.4709-12.7299
CIE-Lab58.681318.7566-17.5129

#a083ac color RGB value is (160,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000011 10101100
Octal 240 203 254
Decimal 160 131 172
Hex A0 83 AC

RGB Percentages of Color #a083ac

%34.56
%28.29
%37.15

CMYK Percentages of Color #a083ac

%7
%24
%0
%33

Triadic Colors of #a083ac

#a083ac #aca083 #83aca0

Analogous Colors of #a083ac

#a083ac #ac83a4 #8c83ac

Monochromatic Colors of #a083ac

#a083ac

Complementary Color

#a083ac #8fac83

#a083ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a083ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a083ac Color CSS Codes

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

#a083ac Text Font Color

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

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


#a083ac Background Color

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

This div background color is #a083ac


#a083ac Border Color

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

This div border color is #a083ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a083ac


Comments

No comments written yet.

Please login to write comment.