Color Hex Logo

#a084ac Color Hex

#A084AC
(160,132,172)
0 Favorites   0 Comments

Color spaces of #a084ac

RGB 160132172
HSL0.780.190.60
HSV282°23°67°
CMYK 0.070.230.00   0.33
XYZ30.194926.954742.6411
Yxy26.95470.30260.2701
Hunter Lab51.917912.9573-12.3534
CIE-Lab58.932418.1837-17.1316

#a084ac color RGB value is (160,132,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000100 10101100
Octal 240 204 254
Decimal 160 132 172
Hex A0 84 AC

RGB Percentages of Color #a084ac

%34.48
%28.45
%37.07

CMYK Percentages of Color #a084ac

%7
%23
%0
%33

Triadic Colors of #a084ac

#a084ac #aca084 #84aca0

Analogous Colors of #a084ac

#a084ac #ac84a4 #8c84ac

Monochromatic Colors of #a084ac

#a084ac

Complementary Color

#a084ac #90ac84

#a084ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a084ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a084ac Color CSS Codes

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

#a084ac Text Font Color

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

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


#a084ac Background Color

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

This div background color is #a084ac


#a084ac Border Color

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

This div border color is #a084ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a084ac


Comments

No comments written yet.

Please login to write comment.