Color Hex Logo

#a47eaa Color Hex

#A47EAA
(164,126,170)
0 Favorites   0 Comments

Color spaces of #a47eaa

RGB 164126170
HSL0.810.210.58
HSV292°26°67°
CMYK 0.040.260.00   0.33
XYZ30.026425.716541.4114
Yxy25.71650.30910.2647
Hunter Lab50.711416.9454-12.9187
CIE-Lab57.767022.5712-17.7205

#a47eaa color RGB value is (164,126,170).

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

The process color (four color CMYK) of #a47eaa color hex is 0.04, 0.26, 0.00, 0.33. Web safe color of #a47eaa is #996699. Color #a47eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 10101010
Octal 244 176 252
Decimal 164 126 170
Hex A4 7E AA

RGB Percentages of Color #a47eaa

%35.65
%27.39
%36.96

CMYK Percentages of Color #a47eaa

%4
%26
%0
%33

Triadic Colors of #a47eaa

#a47eaa #aaa47e #7eaaa4

Analogous Colors of #a47eaa

#a47eaa #aa7e9a #8e7eaa

Monochromatic Colors of #a47eaa

#a47eaa

Complementary Color

#a47eaa #84aa7e

#a47eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47eaa Color CSS Codes

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

#a47eaa Text Font Color

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

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


#a47eaa Background Color

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

This div background color is #a47eaa


#a47eaa Border Color

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

This div border color is #a47eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47eaa


Comments

No comments written yet.

Please login to write comment.