Color Hex Logo

#a085ab Color Hex

#A085AB
(160,133,171)
0 Favorites   0 Comments

Color spaces of #a085ab

RGB 160133171
HSL0.790.180.60
HSV283°22°67°
CMYK 0.060.220.00   0.33
XYZ30.235427.188942.1825
Yxy27.18890.30350.2730
Hunter Lab52.143012.2540-11.4642
CIE-Lab59.148817.4034-16.2320

#a085ab color RGB value is (160,133,171).

#a085ab hex color red value is 160, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a085ab hue: 0.79 , saturation: 0.18 and the lightness value of a085ab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000101 10101011
Octal 240 205 253
Decimal 160 133 171
Hex A0 85 AB

RGB Percentages of Color #a085ab

%34.48
%28.66
%36.85

CMYK Percentages of Color #a085ab

%6
%22
%0
%33

Triadic Colors of #a085ab

#a085ab #aba085 #85aba0

Analogous Colors of #a085ab

#a085ab #ab85a3 #8d85ab

Monochromatic Colors of #a085ab

#a085ab

Complementary Color

#a085ab #90ab85

#a085ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a085ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a085ab Color CSS Codes

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

#a085ab Text Font Color

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

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


#a085ab Background Color

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

This div background color is #a085ab


#a085ab Border Color

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

This div border color is #a085ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a085ab

#a085ab Color Palettes


Comments

No comments written yet.

Please login to write comment.