Color Hex Logo

#a49fb6 Color Hex

#A49FB6
(164,159,182)
0 Favorites   0 Comments

Color spaces of #a49fb6

RGB 164159182
HSL0.700.140.67
HSV253°13°71°
CMYK 0.100.130.00   0.29
XYZ36.151536.066249.3121
Yxy36.06620.29750.2968
Hunter Lab60.05512.3555-6.6452
CIE-Lab66.57056.3630-11.2265

#a49fb6 color RGB value is (164,159,182).

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

The process color (four color CMYK) of #a49fb6 color hex is 0.10, 0.13, 0.00, 0.29. Web safe color of #a49fb6 is #9999cc. Color #a49fb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 10110110
Octal 244 237 266
Decimal 164 159 182
Hex A4 9F B6

RGB Percentages of Color #a49fb6

%32.48
%31.49
%36.04

CMYK Percentages of Color #a49fb6

%10
%13
%0
%29

Triadic Colors of #a49fb6

#a49fb6 #b6a49f #9fb6a4

Analogous Colors of #a49fb6

#a49fb6 #b09fb6 #9fa6b6

Monochromatic Colors of #a49fb6

#a49fb6

Complementary Color

#a49fb6 #b1b69f

#a49fb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49fb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49fb6 Color CSS Codes

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

#a49fb6 Text Font Color

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

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


#a49fb6 Background Color

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

This div background color is #a49fb6


#a49fb6 Border Color

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

This div border color is #a49fb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49fb6


Comments

No comments written yet.

Please login to write comment.