Color Hex Logo

#a47878 Color Hex

#A47878
(164,120,120)
0 Favorites   0 Comments

Color spaces of #a47878

RGB 164120120
HSL0.000.190.56
HSV27°64°
CMYK 0.000.270.27   0.36
XYZ25.416522.681520.8077
Yxy22.68150.36890.3292
Hunter Lab47.625111.91777.4334
CIE-Lab54.742717.20286.7706

#a47878 color RGB value is (164,120,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 01111000
Octal 244 170 170
Decimal 164 120 120
Hex A4 78 78

RGB Percentages of Color #a47878

%40.59
%29.70
%29.70

CMYK Percentages of Color #a47878

%0
%27
%27
%36

Triadic Colors of #a47878

#a47878 #78a478 #7878a4

Analogous Colors of #a47878

#a47878 #a48e78 #a4788e

Monochromatic Colors of #a47878

#a47878

Complementary Color

#a47878 #78a4a4

#a47878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47878 Color CSS Codes

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

#a47878 Text Font Color

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

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


#a47878 Background Color

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

This div background color is #a47878


#a47878 Border Color

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

This div border color is #a47878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47878


Comments

No comments written yet.

Please login to write comment.