Color Hex Logo

#a47cab Color Hex

#A47CAB
(164,124,171)
0 Favorites   0 Comments

Color spaces of #a47cab

RGB 164124171
HSL0.810.220.58
HSV291°27°67°
CMYK 0.040.270.00   0.33
XYZ29.868225.248141.8272
Yxy25.24810.30810.2604
Hunter Lab50.247518.1712-14.1812
CIE-Lab57.316423.9144-18.9808

#a47cab color RGB value is (164,124,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111100 10101011
Octal 244 174 253
Decimal 164 124 171
Hex A4 7C AB

RGB Percentages of Color #a47cab

%35.73
%27.02
%37.25

CMYK Percentages of Color #a47cab

%4
%27
%0
%33

Triadic Colors of #a47cab

#a47cab #aba47c #7caba4

Analogous Colors of #a47cab

#a47cab #ab7c9b #8d7cab

Monochromatic Colors of #a47cab

#a47cab

Complementary Color

#a47cab #83ab7c

#a47cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47cab Color CSS Codes

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

#a47cab Text Font Color

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

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


#a47cab Background Color

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

This div background color is #a47cab


#a47cab Border Color

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

This div border color is #a47cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47cab


Comments

No comments written yet.

Please login to write comment.