Color Hex Logo

#a08baf Color Hex

#A08BAF
(160,139,175)
0 Favorites   0 Comments

Color spaces of #a08baf

RGB 160139175
HSL0.760.180.62
HSV275°21°69°
CMYK 0.090.210.00   0.31
XYZ31.467729.034044.5030
Yxy29.03400.29970.2765
Hunter Lab53.88329.9481-11.2503
CIE-Lab60.811614.8114-15.9909

#a08baf color RGB value is (160,139,175).

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

The process color (four color CMYK) of #a08baf color hex is 0.09, 0.21, 0.00, 0.31. Web safe color of #a08baf is #999999. Color #a08baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001011 10101111
Octal 240 213 257
Decimal 160 139 175
Hex A0 8B AF

RGB Percentages of Color #a08baf

%33.76
%29.32
%36.92

CMYK Percentages of Color #a08baf

%9
%21
%0
%31

Triadic Colors of #a08baf

#a08baf #afa08b #8bafa0

Analogous Colors of #a08baf

#a08baf #af8bac #8e8baf

Monochromatic Colors of #a08baf

#a08baf

Complementary Color

#a08baf #9aaf8b

#a08baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08baf Color CSS Codes

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

#a08baf Text Font Color

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

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


#a08baf Background Color

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

This div background color is #a08baf


#a08baf Border Color

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

This div border color is #a08baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08baf


Comments

No comments written yet.

Please login to write comment.