Color Hex Logo

#a56bab Color Hex

#A56BAB
(165,107,171)
0 Favorites   0 Comments

Color spaces of #a56bab

RGB 165107171
HSL0.820.280.55
HSV294°37°67°
CMYK 0.040.370.00   0.33
XYZ28.125421.455041.1869
Yxy21.45500.30990.2364
Hunter Lab46.319527.3267-20.2964
CIE-Lab53.443933.8614-24.9118

#a56bab color RGB value is (165,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101011 10101011
Octal 245 153 253
Decimal 165 107 171
Hex A5 6B AB

RGB Percentages of Color #a56bab

%37.25
%24.15
%38.60

CMYK Percentages of Color #a56bab

%4
%37
%0
%33

Triadic Colors of #a56bab

#a56bab #aba56b #6baba5

Analogous Colors of #a56bab

#a56bab #ab6b91 #856bab

Monochromatic Colors of #a56bab

#a56bab

Complementary Color

#a56bab #71ab6b

#a56bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56bab Color CSS Codes

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

#a56bab Text Font Color

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

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


#a56bab Background Color

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

This div background color is #a56bab


#a56bab Border Color

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

This div border color is #a56bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56bab


Comments

No comments written yet.

Please login to write comment.