Color Hex Logo

#a47480 Color Hex

#A47480
(164,116,128)
0 Favorites   0 Comments

Color spaces of #a47480

RGB 164116128
HSL0.960.210.55
HSV345°29°64°
CMYK 0.000.290.22   0.36
XYZ25.451521.941823.3158
Yxy21.94180.35990.3103
Hunter Lab46.842115.01383.2777
CIE-Lab53.965220.70210.9758

#a47480 color RGB value is (164,116,128).

#a47480 hex color red value is 164, green value is 116 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a47480 hue: 0.96 , saturation: 0.21 and the lightness value of a47480 is 0.55.

The process color (four color CMYK) of #a47480 color hex is 0.00, 0.29, 0.22, 0.36. Web safe color of #a47480 is #996699. Color #a47480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110100 10000000
Octal 244 164 200
Decimal 164 116 128
Hex A4 74 80

RGB Percentages of Color #a47480

%40.20
%28.43
%31.37

CMYK Percentages of Color #a47480

%0
%29
%22
%36

Triadic Colors of #a47480

#a47480 #80a474 #7480a4

Analogous Colors of #a47480

#a47480 #a48074 #a47498

Monochromatic Colors of #a47480

#a47480

Complementary Color

#a47480 #74a498

#a47480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47480 Color CSS Codes

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

#a47480 Text Font Color

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

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


#a47480 Background Color

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

This div background color is #a47480


#a47480 Border Color

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

This div border color is #a47480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47480


Comments

No comments written yet.

Please login to write comment.