Color Hex Logo

#a47180 Color Hex

#A47180
(164,113,128)
0 Favorites   0 Comments

Color spaces of #a47180

RGB 164113128
HSL0.950.220.54
HSV342°31°64°
CMYK 0.000.310.22   0.36
XYZ25.111321.261323.2024
Yxy21.26130.36090.3056
Hunter Lab46.110016.51792.4424
CIE-Lab53.234322.4102-0.0901

#a47180 color RGB value is (164,113,128).

#a47180 hex color red value is 164, green value is 113 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a47180 hue: 0.95 , saturation: 0.22 and the lightness value of a47180 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 10000000
Octal 244 161 200
Decimal 164 113 128
Hex A4 71 80

RGB Percentages of Color #a47180

%40.49
%27.90
%31.60

CMYK Percentages of Color #a47180

%0
%31
%22
%36

Triadic Colors of #a47180

#a47180 #80a471 #7180a4

Analogous Colors of #a47180

#a47180 #a47c71 #a4719a

Monochromatic Colors of #a47180

#a47180

Complementary Color

#a47180 #71a495

#a47180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47180 Color CSS Codes

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

#a47180 Text Font Color

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

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


#a47180 Background Color

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

This div background color is #a47180


#a47180 Border Color

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

This div border color is #a47180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47180


Comments

No comments written yet.

Please login to write comment.