Color Hex Logo

#a08baa Color Hex

#A08BAA
(160,139,170)
0 Favorites   0 Comments

Color spaces of #a08baa

RGB 160139170
HSL0.780.150.61
HSV281°18°67°
CMYK 0.060.180.00   0.33
XYZ30.985528.841141.9640
Yxy28.84110.30440.2833
Hunter Lab53.70399.0072-8.7362
CIE-Lab60.641113.7704-13.4068

#a08baa color RGB value is (160,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001011 10101010
Octal 240 213 252
Decimal 160 139 170
Hex A0 8B AA

RGB Percentages of Color #a08baa

%34.12
%29.64
%36.25

CMYK Percentages of Color #a08baa

%6
%18
%0
%33

Triadic Colors of #a08baa

#a08baa #aaa08b #8baaa0

Analogous Colors of #a08baa

#a08baa #aa8ba5 #918baa

Monochromatic Colors of #a08baa

#a08baa

Complementary Color

#a08baa #95aa8b

#a08baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08baa Color CSS Codes

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

#a08baa Text Font Color

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

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


#a08baa Background Color

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

This div background color is #a08baa


#a08baa Border Color

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

This div border color is #a08baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,139,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08baa


Comments

No comments written yet.

Please login to write comment.