Color Hex Logo

#a47bac Color Hex

#A47BAC
(164,123,172)
0 Favorites   0 Comments

Color spaces of #a47bac

RGB 164123172
HSL0.810.230.58
HSV290°28°67°
CMYK 0.050.280.00   0.33
XYZ29.839225.037042.2897
Yxy25.03700.30710.2577
Hunter Lab50.037018.8825-15.0842
CIE-Lab57.111524.6875-19.8680

#a47bac color RGB value is (164,123,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111011 10101100
Octal 244 173 254
Decimal 164 123 172
Hex A4 7B AC

RGB Percentages of Color #a47bac

%35.73
%26.80
%37.47

CMYK Percentages of Color #a47bac

%5
%28
%0
%33

Triadic Colors of #a47bac

#a47bac #aca47b #7baca4

Analogous Colors of #a47bac

#a47bac #ac7b9c #8c7bac

Monochromatic Colors of #a47bac

#a47bac

Complementary Color

#a47bac #83ac7b

#a47bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47bac Color CSS Codes

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

#a47bac Text Font Color

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

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


#a47bac Background Color

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

This div background color is #a47bac


#a47bac Border Color

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

This div border color is #a47bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47bac


Comments

No comments written yet.

Please login to write comment.