Color Hex Logo

#a49caf Color Hex

#A49CAF
(164,156,175)
0 Favorites   0 Comments

Color spaces of #a49caf

RGB 164156175
HSL0.740.110.65
HSV265°11°69°
CMYK 0.060.110.00   0.31
XYZ34.936234.764645.4263
Yxy34.76460.30350.3020
Hunter Lab58.96152.5832-4.4063
CIE-Lab65.56506.5912-8.8149

#a49caf color RGB value is (164,156,175).

#a49caf hex color red value is 164, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a49caf hue: 0.74 , saturation: 0.11 and the lightness value of a49caf is 0.65.

The process color (four color CMYK) of #a49caf color hex is 0.06, 0.11, 0.00, 0.31. Web safe color of #a49caf is #999999. Color #a49caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011100 10101111
Octal 244 234 257
Decimal 164 156 175
Hex A4 9C AF

RGB Percentages of Color #a49caf

%33.13
%31.52
%35.35

CMYK Percentages of Color #a49caf

%6
%11
%0
%31

Triadic Colors of #a49caf

#a49caf #afa49c #9cafa4

Analogous Colors of #a49caf

#a49caf #ae9caf #9c9eaf

Monochromatic Colors of #a49caf

#a49caf

Complementary Color

#a49caf #a7af9c

#a49caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49caf Color CSS Codes

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

#a49caf Text Font Color

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

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


#a49caf Background Color

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

This div background color is #a49caf


#a49caf Border Color

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

This div border color is #a49caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49caf


Comments

No comments written yet.

Please login to write comment.