Color Hex Logo

#a180ac Color Hex

#A180AC
(161,128,172)
0 Favorites   0 Comments

Color spaces of #a180ac

RGB 161128172
HSL0.790.210.59
HSV285°26°67°
CMYK 0.060.260.00   0.33
XYZ29.863525.994042.4731
Yxy25.99400.30370.2644
Hunter Lab50.984315.3319-13.7032
CIE-Lab58.031420.8147-18.4926

#a180ac color RGB value is (161,128,172).

#a180ac hex color red value is 161, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a180ac hue: 0.79 , saturation: 0.21 and the lightness value of a180ac is 0.59.

The process color (four color CMYK) of #a180ac color hex is 0.06, 0.26, 0.00, 0.33. Web safe color of #a180ac is #999999. Color #a180ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000000 10101100
Octal 241 200 254
Decimal 161 128 172
Hex A1 80 AC

RGB Percentages of Color #a180ac

%34.92
%27.77
%37.31

CMYK Percentages of Color #a180ac

%6
%26
%0
%33

Triadic Colors of #a180ac

#a180ac #aca180 #80aca1

Analogous Colors of #a180ac

#a180ac #ac80a1 #8b80ac

Monochromatic Colors of #a180ac

#a180ac

Complementary Color

#a180ac #8bac80

#a180ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a180ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a180ac Color CSS Codes

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

#a180ac Text Font Color

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

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


#a180ac Background Color

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

This div background color is #a180ac


#a180ac Border Color

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

This div border color is #a180ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a180ac


Comments

No comments written yet.

Please login to write comment.