Color Hex Logo

#a08bab Color Hex

#A08BAB
(160,139,171)
0 Favorites   0 Comments

Color spaces of #a08bab

RGB 160139171
HSL0.780.160.61
HSV279°19°67°
CMYK 0.060.190.00   0.33
XYZ31.080528.879142.4642
Yxy28.87910.30340.2820
Hunter Lab53.73939.1930-9.2328
CIE-Lab60.674813.9767-13.9248

#a08bab color RGB value is (160,139,171).

#a08bab hex color red value is 160, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a08bab hue: 0.78 , saturation: 0.16 and the lightness value of a08bab is 0.61.

The process color (four color CMYK) of #a08bab color hex is 0.06, 0.19, 0.00, 0.33. Web safe color of #a08bab is #999999. Color #a08bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001011 10101011
Octal 240 213 253
Decimal 160 139 171
Hex A0 8B AB

RGB Percentages of Color #a08bab

%34.04
%29.57
%36.38

CMYK Percentages of Color #a08bab

%6
%19
%0
%33

Triadic Colors of #a08bab

#a08bab #aba08b #8baba0

Analogous Colors of #a08bab

#a08bab #ab8ba6 #908bab

Monochromatic Colors of #a08bab

#a08bab

Complementary Color

#a08bab #96ab8b

#a08bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08bab Color CSS Codes

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

#a08bab Text Font Color

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

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


#a08bab Background Color

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

This div background color is #a08bab


#a08bab Border Color

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

This div border color is #a08bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08bab


Comments

No comments written yet.

Please login to write comment.