Color Hex Logo

#a08bae Color Hex

#A08BAE
(160,139,174)
0 Favorites   0 Comments

Color spaces of #a08bae

RGB 160139174
HSL0.770.180.61
HSV276°20°68°
CMYK 0.080.200.00   0.32
XYZ31.369828.994843.9876
Yxy28.99480.30060.2779
Hunter Lab53.84689.7577-10.7414
CIE-Lab60.777014.6014-15.4754

#a08bae color RGB value is (160,139,174).

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

The process color (four color CMYK) of #a08bae color hex is 0.08, 0.20, 0.00, 0.32. Web safe color of #a08bae is #999999. Color #a08bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001011 10101110
Octal 240 213 256
Decimal 160 139 174
Hex A0 8B AE

RGB Percentages of Color #a08bae

%33.83
%29.39
%36.79

CMYK Percentages of Color #a08bae

%8
%20
%0
%32

Triadic Colors of #a08bae

#a08bae #aea08b #8baea0

Analogous Colors of #a08bae

#a08bae #ae8bab #8f8bae

Monochromatic Colors of #a08bae

#a08bae

Complementary Color

#a08bae #99ae8b

#a08bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08bae Color CSS Codes

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

#a08bae Text Font Color

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

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


#a08bae Background Color

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

This div background color is #a08bae


#a08bae Border Color

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

This div border color is #a08bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08bae


Comments

No comments written yet.

Please login to write comment.