Color Hex Logo

#a089ae Color Hex

#A089AE
(160,137,174)
0 Favorites   0 Comments

Color spaces of #a089ae

RGB 160137174
HSL0.770.190.61
HSV277°21°68°
CMYK 0.080.210.00   0.32
XYZ31.082828.420943.8919
Yxy28.42090.30060.2749
Hunter Lab53.311310.7786-11.4964
CIE-Lab60.267115.7424-16.2473

#a089ae color RGB value is (160,137,174).

#a089ae hex color red value is 160, green value is 137 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a089ae hue: 0.77 , saturation: 0.19 and the lightness value of a089ae is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 10101110
Octal 240 211 256
Decimal 160 137 174
Hex A0 89 AE

RGB Percentages of Color #a089ae

%33.97
%29.09
%36.94

CMYK Percentages of Color #a089ae

%8
%21
%0
%32

Triadic Colors of #a089ae

#a089ae #aea089 #89aea0

Analogous Colors of #a089ae

#a089ae #ae89aa #8e89ae

Monochromatic Colors of #a089ae

#a089ae

Complementary Color

#a089ae #97ae89

#a089ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089ae Color CSS Codes

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

#a089ae Text Font Color

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

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


#a089ae Background Color

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

This div background color is #a089ae


#a089ae Border Color

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

This div border color is #a089ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089ae


Comments

No comments written yet.

Please login to write comment.