Color Hex Logo

#a49fbb Color Hex

#A49FBB
(164,159,187)
0 Favorites   0 Comments

Color spaces of #a49fbb

RGB 164159187
HSL0.700.170.68
HSV251°15°73°
CMYK 0.120.150.00   0.27
XYZ36.677636.276652.0827
Yxy36.27660.29330.2901
Hunter Lab60.23013.2965-9.1088
CIE-Lab66.73077.4211-13.7744

#a49fbb color RGB value is (164,159,187).

#a49fbb hex color red value is 164, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a49fbb hue: 0.70 , saturation: 0.17 and the lightness value of a49fbb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 10111011
Octal 244 237 273
Decimal 164 159 187
Hex A4 9F BB

RGB Percentages of Color #a49fbb

%32.16
%31.18
%36.67

CMYK Percentages of Color #a49fbb

%12
%15
%0
%27

Triadic Colors of #a49fbb

#a49fbb #bba49f #9fbba4

Analogous Colors of #a49fbb

#a49fbb #b29fbb #9fa8bb

Monochromatic Colors of #a49fbb

#a49fbb

Complementary Color

#a49fbb #b6bb9f

#a49fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49fbb Color CSS Codes

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

#a49fbb Text Font Color

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

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


#a49fbb Background Color

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

This div background color is #a49fbb


#a49fbb Border Color

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

This div border color is #a49fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49fbb


Comments

No comments written yet.

Please login to write comment.