Color Hex Logo

#a49abd Color Hex

#A49ABD
(164,154,189)
0 Favorites   0 Comments

Color spaces of #a49abd

RGB 164154189
HSL0.710.210.67
HSV257°19°74°
CMYK 0.130.190.00   0.26
XYZ36.050834.677852.9375
Yxy34.67780.29150.2804
Hunter Lab58.88796.2229-12.0775
CIE-Lab65.497010.6532-16.7525

#a49abd color RGB value is (164,154,189).

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

The process color (four color CMYK) of #a49abd color hex is 0.13, 0.19, 0.00, 0.26. Web safe color of #a49abd is #9999cc. Color #a49abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 10111101
Octal 244 232 275
Decimal 164 154 189
Hex A4 9A BD

RGB Percentages of Color #a49abd

%32.35
%30.37
%37.28

CMYK Percentages of Color #a49abd

%13
%19
%0
%26

Triadic Colors of #a49abd

#a49abd #bda49a #9abda4

Analogous Colors of #a49abd

#a49abd #b69abd #9aa2bd

Monochromatic Colors of #a49abd

#a49abd

Complementary Color

#a49abd #b3bd9a

#a49abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49abd Color CSS Codes

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

#a49abd Text Font Color

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

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


#a49abd Background Color

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

This div background color is #a49abd


#a49abd Border Color

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

This div border color is #a49abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49abd


Comments

No comments written yet.

Please login to write comment.