Color Hex Logo

#a057ac Color Hex

#A057AC
(160,87,172)
0 Favorites   0 Comments

Color spaces of #a057ac

RGB 16087172
HSL0.810.340.51
HSV292°49°67°
CMYK 0.070.490.00   0.33
XYZ25.351817.268541.0267
Yxy17.26850.30310.2064
Hunter Lab41.555436.1760-29.4469
CIE-Lab48.596643.4214-33.0814

#a057ac color RGB value is (160,87,172).

#a057ac hex color red value is 160, green value is 87 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a057ac hue: 0.81 , saturation: 0.34 and the lightness value of a057ac is 0.51.

The process color (four color CMYK) of #a057ac color hex is 0.07, 0.49, 0.00, 0.33. Web safe color of #a057ac is #996699. Color #a057ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010111 10101100
Octal 240 127 254
Decimal 160 87 172
Hex A0 57 AC

RGB Percentages of Color #a057ac

%38.19
%20.76
%41.05

CMYK Percentages of Color #a057ac

%7
%49
%0
%33

Triadic Colors of #a057ac

#a057ac #aca057 #57aca0

Analogous Colors of #a057ac

#a057ac #ac578e #7657ac

Monochromatic Colors of #a057ac

#a057ac

Complementary Color

#a057ac #63ac57

#a057ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a057ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a057ac Color CSS Codes

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

#a057ac Text Font Color

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

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


#a057ac Background Color

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

This div background color is #a057ac


#a057ac Border Color

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

This div border color is #a057ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a057ac


Comments

No comments written yet.

Please login to write comment.