Color Hex Logo

#a49cba Color Hex

#A49CBA
(164,156,186)
0 Favorites   0 Comments

Color spaces of #a49cba

RGB 164156186
HSL0.710.180.67
HSV256°16°73°
CMYK 0.120.160.00   0.27
XYZ36.061235.214651.3508
Yxy35.21460.29410.2872
Hunter Lab59.34194.6235-9.7666
CIE-Lab65.91548.8847-14.4440

#a49cba color RGB value is (164,156,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011100 10111010
Octal 244 234 272
Decimal 164 156 186
Hex A4 9C BA

RGB Percentages of Color #a49cba

%32.41
%30.83
%36.76

CMYK Percentages of Color #a49cba

%12
%16
%0
%27

Triadic Colors of #a49cba

#a49cba #baa49c #9cbaa4

Analogous Colors of #a49cba

#a49cba #b39cba #9ca3ba

Monochromatic Colors of #a49cba

#a49cba

Complementary Color

#a49cba #b2ba9c

#a49cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49cba Color CSS Codes

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

#a49cba Text Font Color

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

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


#a49cba Background Color

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

This div background color is #a49cba


#a49cba Border Color

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

This div border color is #a49cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49cba


Comments

No comments written yet.

Please login to write comment.