Color Hex Logo

#a49cbd Color Hex

#A49CBD
(164,156,189)
0 Favorites   0 Comments

Color spaces of #a49cbd

RGB 164156189
HSL0.710.200.68
HSV255°17°74°
CMYK 0.130.170.00   0.26
XYZ36.383635.343653.0485
Yxy35.34360.29160.2833
Hunter Lab59.45055.2034-11.2900
CIE-Lab66.01539.5296-15.9688

#a49cbd color RGB value is (164,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011100 10111101
Octal 244 234 275
Decimal 164 156 189
Hex A4 9C BD

RGB Percentages of Color #a49cbd

%32.22
%30.65
%37.13

CMYK Percentages of Color #a49cbd

%13
%17
%0
%26

Triadic Colors of #a49cbd

#a49cbd #bda49c #9cbda4

Analogous Colors of #a49cbd

#a49cbd #b59cbd #9ca5bd

Monochromatic Colors of #a49cbd

#a49cbd

Complementary Color

#a49cbd #b5bd9c

#a49cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49cbd Color CSS Codes

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

#a49cbd Text Font Color

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

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


#a49cbd Background Color

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

This div background color is #a49cbd


#a49cbd Border Color

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

This div border color is #a49cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49cbd


Comments

No comments written yet.

Please login to write comment.