Color Hex Logo

#a47880 Color Hex

#A47880
(164,120,128)
0 Favorites   0 Comments

Color spaces of #a47880

RGB 164120128
HSL0.970.190.56
HSV349°27°64°
CMYK 0.000.270.22   0.36
XYZ25.922622.884023.4729
Yxy22.88400.35860.3166
Hunter Lab47.837213.01254.3935
CIE-Lab54.952718.42212.4102

#a47880 color RGB value is (164,120,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 10000000
Octal 244 170 200
Decimal 164 120 128
Hex A4 78 80

RGB Percentages of Color #a47880

%39.81
%29.13
%31.07

CMYK Percentages of Color #a47880

%0
%27
%22
%36

Triadic Colors of #a47880

#a47880 #80a478 #7880a4

Analogous Colors of #a47880

#a47880 #a48678 #a47896

Monochromatic Colors of #a47880

#a47880

Complementary Color

#a47880 #78a49c

#a47880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47880 Color CSS Codes

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

#a47880 Text Font Color

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

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


#a47880 Background Color

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

This div background color is #a47880


#a47880 Border Color

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

This div border color is #a47880


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,120,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 #a47880">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47880


Comments

No comments written yet.

Please login to write comment.