Color Hex Logo

#a56dab Color Hex

#A56DAB
(165,109,171)
0 Favorites   0 Comments

Color spaces of #a56dab

RGB 165109171
HSL0.820.270.55
HSV294°36°67°
CMYK 0.040.360.00   0.33
XYZ28.336421.876941.2572
Yxy21.87690.30980.2392
Hunter Lab46.772726.2886-19.5575
CIE-Lab53.896132.7432-24.2143

#a56dab color RGB value is (165,109,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101101 10101011
Octal 245 155 253
Decimal 165 109 171
Hex A5 6D AB

RGB Percentages of Color #a56dab

%37.08
%24.49
%38.43

CMYK Percentages of Color #a56dab

%4
%36
%0
%33

Triadic Colors of #a56dab

#a56dab #aba56d #6daba5

Analogous Colors of #a56dab

#a56dab #ab6d92 #866dab

Monochromatic Colors of #a56dab

#a56dab

Complementary Color

#a56dab #73ab6d

#a56dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56dab Color CSS Codes

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

#a56dab Text Font Color

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

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


#a56dab Background Color

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

This div background color is #a56dab


#a56dab Border Color

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

This div border color is #a56dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,109,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a56dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56dab


Comments

No comments written yet.

Please login to write comment.