Color Hex Logo

#a47885 Color Hex

#A47885
(164,120,133)
0 Favorites   0 Comments

Color spaces of #a47885

RGB 164120133
HSL0.950.190.56
HSV342°27°64°
CMYK 0.000.270.19   0.36
XYZ26.260023.018925.2493
Yxy23.01890.35230.3089
Hunter Lab47.978013.73762.3822
CIE-Lab55.091819.2231-0.3019

#a47885 color RGB value is (164,120,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 10000101
Octal 244 170 205
Decimal 164 120 133
Hex A4 78 85

RGB Percentages of Color #a47885

%39.33
%28.78
%31.89

CMYK Percentages of Color #a47885

%0
%27
%19
%36

Triadic Colors of #a47885

#a47885 #85a478 #7885a4

Analogous Colors of #a47885

#a47885 #a48178 #a4789b

Monochromatic Colors of #a47885

#a47885

Complementary Color

#a47885 #78a497

#a47885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47885 Color CSS Codes

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

#a47885 Text Font Color

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

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


#a47885 Background Color

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

This div background color is #a47885


#a47885 Border Color

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

This div border color is #a47885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47885


Comments

No comments written yet.

Please login to write comment.