Color Hex Logo

#a056ac Color Hex

#A056AC
(160,86,172)
0 Favorites   0 Comments

Color spaces of #a056ac

RGB 16086172
HSL0.810.340.51
HSV292°50°67°
CMYK 0.070.500.00   0.33
XYZ25.271417.107740.9999
Yxy17.10770.30310.2052
Hunter Lab41.361536.6790-29.8187
CIE-Lab48.395543.9477-33.3968

#a056ac color RGB value is (160,86,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010110 10101100
Octal 240 126 254
Decimal 160 86 172
Hex A0 56 AC

RGB Percentages of Color #a056ac

%38.28
%20.57
%41.15

CMYK Percentages of Color #a056ac

%7
%50
%0
%33

Triadic Colors of #a056ac

#a056ac #aca056 #56aca0

Analogous Colors of #a056ac

#a056ac #ac568d #7556ac

Monochromatic Colors of #a056ac

#a056ac

Complementary Color

#a056ac #62ac56

#a056ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a056ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a056ac Color CSS Codes

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

#a056ac Text Font Color

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

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


#a056ac Background Color

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

This div background color is #a056ac


#a056ac Border Color

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

This div border color is #a056ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a056ac


Comments

No comments written yet.

Please login to write comment.