Color Hex Logo

#a47eaf Color Hex

#A47EAF
(164,126,175)
0 Favorites   0 Comments

Color spaces of #a47eaf

RGB 164126175
HSL0.800.230.59
HSV287°28°69°
CMYK 0.060.280.00   0.31
XYZ30.508625.909443.9505
Yxy25.90940.30400.2581
Hunter Lab50.901317.9100-15.5628
CIE-Lab57.951023.5914-20.3063

#a47eaf color RGB value is (164,126,175).

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

The process color (four color CMYK) of #a47eaf color hex is 0.06, 0.28, 0.00, 0.31. Web safe color of #a47eaf is #996699. Color #a47eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 10101111
Octal 244 176 257
Decimal 164 126 175
Hex A4 7E AF

RGB Percentages of Color #a47eaf

%35.27
%27.10
%37.63

CMYK Percentages of Color #a47eaf

%6
%28
%0
%31

Triadic Colors of #a47eaf

#a47eaf #afa47e #7eafa4

Analogous Colors of #a47eaf

#a47eaf #af7ea2 #8c7eaf

Monochromatic Colors of #a47eaf

#a47eaf

Complementary Color

#a47eaf #89af7e

#a47eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47eaf Color CSS Codes

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

#a47eaf Text Font Color

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

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


#a47eaf Background Color

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

This div background color is #a47eaf


#a47eaf Border Color

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

This div border color is #a47eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47eaf


Comments

No comments written yet.

Please login to write comment.