Color Hex Logo

#a49ab9 Color Hex

#A49AB9
(164,154,185)
0 Favorites   0 Comments

Color spaces of #a49ab9

RGB 164154185
HSL0.720.180.66
HSV259°17°73°
CMYK 0.110.170.00   0.27
XYZ35.622434.506550.6819
Yxy34.50650.29490.2856
Hunter Lab58.74225.4469-10.0349
CIE-Lab65.36269.7932-14.7181

#a49ab9 color RGB value is (164,154,185).

#a49ab9 hex color red value is 164, green value is 154 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #a49ab9 hue: 0.72 , saturation: 0.18 and the lightness value of a49ab9 is 0.66.

The process color (four color CMYK) of #a49ab9 color hex is 0.11, 0.17, 0.00, 0.27. Web safe color of #a49ab9 is #9999cc. Color #a49ab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 10111001
Octal 244 232 271
Decimal 164 154 185
Hex A4 9A B9

RGB Percentages of Color #a49ab9

%32.60
%30.62
%36.78

CMYK Percentages of Color #a49ab9

%11
%17
%0
%27

Triadic Colors of #a49ab9

#a49ab9 #b9a49a #9ab9a4

Analogous Colors of #a49ab9

#a49ab9 #b49ab9 #9aa0b9

Monochromatic Colors of #a49ab9

#a49ab9

Complementary Color

#a49ab9 #afb99a

#a49ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49ab9 Color CSS Codes

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

#a49ab9 Text Font Color

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

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


#a49ab9 Background Color

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

This div background color is #a49ab9


#a49ab9 Border Color

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

This div border color is #a49ab9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,154,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49ab9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49ab9;
  -webkit-box-shadow: 1px 1px 3px 2px #a49ab9;
  box-shadow:         1px 1px 3px 2px #a49ab9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,154,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49ab9


Comments

No comments written yet.

Please login to write comment.