Color Hex Logo

#a08eaf Color Hex

#A08EAF
(160,142,175)
0 Favorites   0 Comments

Color spaces of #a08eaf

RGB 160142175
HSL0.760.170.62
HSV273°19°69°
CMYK 0.090.190.00   0.31
XYZ31.908129.914744.6498
Yxy29.91470.29970.2810
Hunter Lab54.69438.4199-10.1154
CIE-Lab61.580613.1032-14.8282

#a08eaf color RGB value is (160,142,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 10101111
Octal 240 216 257
Decimal 160 142 175
Hex A0 8E AF

RGB Percentages of Color #a08eaf

%33.54
%29.77
%36.69

CMYK Percentages of Color #a08eaf

%9
%19
%0
%31

Triadic Colors of #a08eaf

#a08eaf #afa08e #8eafa0

Analogous Colors of #a08eaf

#a08eaf #af8eae #908eaf

Monochromatic Colors of #a08eaf

#a08eaf

Complementary Color

#a08eaf #9daf8e

#a08eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08eaf Color CSS Codes

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

#a08eaf Text Font Color

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

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


#a08eaf Background Color

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

This div background color is #a08eaf


#a08eaf Border Color

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

This div border color is #a08eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08eaf


Comments

No comments written yet.

Please login to write comment.