Color Hex Logo

#a47aac Color Hex

#A47AAC
(164,122,172)
0 Favorites   0 Comments

Color spaces of #a47aac

RGB 164122172
HSL0.810.230.58
HSV290°29°67°
CMYK 0.050.290.00   0.33
XYZ29.715824.790142.2485
Yxy24.79010.30710.2562
Hunter Lab49.789719.4017-15.4572
CIE-Lab56.870325.2578-20.2363

#a47aac color RGB value is (164,122,172).

#a47aac hex color red value is 164, green value is 122 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a47aac hue: 0.81 , saturation: 0.23 and the lightness value of a47aac is 0.58.

The process color (four color CMYK) of #a47aac color hex is 0.05, 0.29, 0.00, 0.33. Web safe color of #a47aac is #996699. Color #a47aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111010 10101100
Octal 244 172 254
Decimal 164 122 172
Hex A4 7A AC

RGB Percentages of Color #a47aac

%35.81
%26.64
%37.55

CMYK Percentages of Color #a47aac

%5
%29
%0
%33

Triadic Colors of #a47aac

#a47aac #aca47a #7aaca4

Analogous Colors of #a47aac

#a47aac #ac7a9b #8b7aac

Monochromatic Colors of #a47aac

#a47aac

Complementary Color

#a47aac #82ac7a

#a47aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47aac Color CSS Codes

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

#a47aac Text Font Color

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

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


#a47aac Background Color

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

This div background color is #a47aac


#a47aac Border Color

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

This div border color is #a47aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47aac


Comments

No comments written yet.

Please login to write comment.