Color Hex Logo

#a47eac Color Hex

#A47EAC
(164,126,172)
0 Favorites   0 Comments

Color spaces of #a47eac

RGB 164126172
HSL0.800.220.58
HSV290°27°67°
CMYK 0.050.270.00   0.33
XYZ30.217125.792842.4156
Yxy25.79280.30700.2621
Hunter Lab50.786617.3276-13.9668
CIE-Lab57.839922.9765-18.7568

#a47eac color RGB value is (164,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 10101100
Octal 244 176 254
Decimal 164 126 172
Hex A4 7E AC

RGB Percentages of Color #a47eac

%35.50
%27.27
%37.23

CMYK Percentages of Color #a47eac

%5
%27
%0
%33

Triadic Colors of #a47eac

#a47eac #aca47e #7eaca4

Analogous Colors of #a47eac

#a47eac #ac7e9d #8d7eac

Monochromatic Colors of #a47eac

#a47eac

Complementary Color

#a47eac #86ac7e

#a47eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47eac Color CSS Codes

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

#a47eac Text Font Color

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

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


#a47eac Background Color

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

This div background color is #a47eac


#a47eac Border Color

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

This div border color is #a47eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47eac


Comments

No comments written yet.

Please login to write comment.