Color Hex Logo

#a4787d Color Hex

#A4787D
(164,120,125)
0 Favorites   0 Comments

Color spaces of #a4787d

RGB 164120125
HSL0.980.190.56
HSV353°27°64°
CMYK 0.000.270.24   0.36
XYZ25.728022.806122.4480
Yxy22.80610.36250.3213
Hunter Lab47.755712.59285.5592
CIE-Lab54.872117.95614.0426

#a4787d color RGB value is (164,120,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 01111101
Octal 244 170 175
Decimal 164 120 125
Hex A4 78 7D

RGB Percentages of Color #a4787d

%40.10
%29.34
%30.56

CMYK Percentages of Color #a4787d

%0
%27
%24
%36

Triadic Colors of #a4787d

#a4787d #7da478 #787da4

Analogous Colors of #a4787d

#a4787d #a48978 #a47893

Monochromatic Colors of #a4787d

#a4787d

Complementary Color

#a4787d #78a49f

#a4787d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4787d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4787d Color CSS Codes

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

#a4787d Text Font Color

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

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


#a4787d Background Color

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

This div background color is #a4787d


#a4787d Border Color

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

This div border color is #a4787d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4787d


Comments

No comments written yet.

Please login to write comment.