Color Hex Logo

#a47884 Color Hex

#A47884
(164,120,132)
0 Favorites   0 Comments

Color spaces of #a47884

RGB 164120132
HSL0.950.190.56
HSV344°27°64°
CMYK 0.000.270.20   0.36
XYZ26.191222.991424.8872
Yxy22.99140.35360.3104
Hunter Lab47.949313.59012.7912
CIE-Lab55.063519.06050.2395

#a47884 color RGB value is (164,120,132).

#a47884 hex color red value is 164, green value is 120 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a47884 hue: 0.95 , saturation: 0.19 and the lightness value of a47884 is 0.56.

The process color (four color CMYK) of #a47884 color hex is 0.00, 0.27, 0.20, 0.36. Web safe color of #a47884 is #996699. Color #a47884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 10000100
Octal 244 170 204
Decimal 164 120 132
Hex A4 78 84

RGB Percentages of Color #a47884

%39.42
%28.85
%31.73

CMYK Percentages of Color #a47884

%0
%27
%20
%36

Triadic Colors of #a47884

#a47884 #84a478 #7884a4

Analogous Colors of #a47884

#a47884 #a48278 #a4789a

Monochromatic Colors of #a47884

#a47884

Complementary Color

#a47884 #78a498

#a47884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47884 Color CSS Codes

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

#a47884 Text Font Color

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

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


#a47884 Background Color

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

This div background color is #a47884


#a47884 Border Color

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

This div border color is #a47884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47884


Comments

No comments written yet.

Please login to write comment.