Color Hex Logo

#a49aba Color Hex

#A49ABA
(164,154,186)
0 Favorites   0 Comments

Color spaces of #a49aba

RGB 164154186
HSL0.720.190.67
HSV259°17°73°
CMYK 0.120.170.00   0.27
XYZ35.728434.548951.2399
Yxy34.54890.29400.2843
Hunter Lab58.77835.6392-10.5411
CIE-Lab65.395910.0068-15.2275

#a49aba color RGB value is (164,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 10111010
Octal 244 232 272
Decimal 164 154 186
Hex A4 9A BA

RGB Percentages of Color #a49aba

%32.54
%30.56
%36.90

CMYK Percentages of Color #a49aba

%12
%17
%0
%27

Triadic Colors of #a49aba

#a49aba #baa49a #9abaa4

Analogous Colors of #a49aba

#a49aba #b49aba #9aa0ba

Monochromatic Colors of #a49aba

#a49aba

Complementary Color

#a49aba #b0ba9a

#a49aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49aba Color CSS Codes

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

#a49aba Text Font Color

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

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


#a49aba Background Color

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

This div background color is #a49aba


#a49aba Border Color

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

This div border color is #a49aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49aba


Comments

No comments written yet.

Please login to write comment.