Color Hex Logo

#a47cac Color Hex

#A47CAC
(164,124,172)
0 Favorites   0 Comments

Color spaces of #a47cac

RGB 164124172
HSL0.810.220.58
HSV290°28°67°
CMYK 0.050.280.00   0.33
XYZ29.963925.286442.3312
Yxy25.28640.30710.2591
Hunter Lab50.285618.3638-14.7114
CIE-Lab57.353424.1173-19.4986

#a47cac color RGB value is (164,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111100 10101100
Octal 244 174 254
Decimal 164 124 172
Hex A4 7C AC

RGB Percentages of Color #a47cac

%35.65
%26.96
%37.39

CMYK Percentages of Color #a47cac

%5
%28
%0
%33

Triadic Colors of #a47cac

#a47cac #aca47c #7caca4

Analogous Colors of #a47cac

#a47cac #ac7c9c #8c7cac

Monochromatic Colors of #a47cac

#a47cac

Complementary Color

#a47cac #84ac7c

#a47cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47cac Color CSS Codes

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

#a47cac Text Font Color

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

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


#a47cac Background Color

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

This div background color is #a47cac


#a47cac Border Color

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

This div border color is #a47cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47cac


Comments

No comments written yet.

Please login to write comment.