Color Hex Logo

#a08faf Color Hex

#A08FAF
(160,143,175)
0 Favorites   0 Comments

Color spaces of #a08faf

RGB 160143175
HSL0.760.170.62
HSV272°18°69°
CMYK 0.090.180.00   0.31
XYZ32.057530.213644.6996
Yxy30.21360.29970.2824
Hunter Lab54.96697.9117-9.7384
CIE-Lab61.838112.5347-14.4394

#a08faf color RGB value is (160,143,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001111 10101111
Octal 240 217 257
Decimal 160 143 175
Hex A0 8F AF

RGB Percentages of Color #a08faf

%33.47
%29.92
%36.61

CMYK Percentages of Color #a08faf

%9
%18
%0
%31

Triadic Colors of #a08faf

#a08faf #afa08f #8fafa0

Analogous Colors of #a08faf

#a08faf #af8fae #908faf

Monochromatic Colors of #a08faf

#a08faf

Complementary Color

#a08faf #9eaf8f

#a08faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08faf Color CSS Codes

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

#a08faf Text Font Color

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

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


#a08faf Background Color

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

This div background color is #a08faf


#a08faf Border Color

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

This div border color is #a08faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08faf


Comments

No comments written yet.

Please login to write comment.