Color Hex Logo

#a085ae Color Hex

#A085AE
(160,133,174)
0 Favorites   0 Comments

Color spaces of #a085ae

RGB 160133174
HSL0.780.200.60
HSV280°24°68°
CMYK 0.080.240.00   0.32
XYZ30.524727.304643.7059
Yxy27.30460.30060.2689
Hunter Lab52.253812.8288-13.0134
CIE-Lab59.255218.0298-17.7829

#a085ae color RGB value is (160,133,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000101 10101110
Octal 240 205 256
Decimal 160 133 174
Hex A0 85 AE

RGB Percentages of Color #a085ae

%34.26
%28.48
%37.26

CMYK Percentages of Color #a085ae

%8
%24
%0
%32

Triadic Colors of #a085ae

#a085ae #aea085 #85aea0

Analogous Colors of #a085ae

#a085ae #ae85a8 #8c85ae

Monochromatic Colors of #a085ae

#a085ae

Complementary Color

#a085ae #93ae85

#a085ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a085ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a085ae Color CSS Codes

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

#a085ae Text Font Color

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

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


#a085ae Background Color

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

This div background color is #a085ae


#a085ae Border Color

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

This div border color is #a085ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a085ae


Comments

No comments written yet.

Please login to write comment.