Color Hex Logo

#a56cac Color Hex

#A56CAC
(165,108,172)
0 Favorites   0 Comments

Color spaces of #a56cac

RGB 165108172
HSL0.820.280.55
HSV293°37°67°
CMYK 0.040.370.00   0.33
XYZ28.326021.703041.7259
Yxy21.70300.30870.2365
Hunter Lab46.586527.0071-20.4935
CIE-Lab53.710533.5027-25.0804

#a56cac color RGB value is (165,108,172).

#a56cac hex color red value is 165, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a56cac hue: 0.82 , saturation: 0.28 and the lightness value of a56cac is 0.55.

The process color (four color CMYK) of #a56cac color hex is 0.04, 0.37, 0.00, 0.33. Web safe color of #a56cac is #996699. Color #a56cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101100 10101100
Octal 245 154 254
Decimal 165 108 172
Hex A5 6C AC

RGB Percentages of Color #a56cac

%37.08
%24.27
%38.65

CMYK Percentages of Color #a56cac

%4
%37
%0
%33

Triadic Colors of #a56cac

#a56cac #aca56c #6caca5

Analogous Colors of #a56cac

#a56cac #ac6c93 #856cac

Monochromatic Colors of #a56cac

#a56cac

Complementary Color

#a56cac #73ac6c

#a56cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56cac Color CSS Codes

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

#a56cac Text Font Color

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

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


#a56cac Background Color

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

This div background color is #a56cac


#a56cac Border Color

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

This div border color is #a56cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56cac


Comments

No comments written yet.

Please login to write comment.