Color Hex Logo

#ad847f Color Hex

#AD847F
(173,132,127)
0 Favorites   0 Comments

Color spaces of #ad847f

RGB 173132127
HSL0.020.220.59
HSV27°68°
CMYK 0.000.240.27   0.32
XYZ29.315626.919123.7295
Yxy26.91910.36660.3366
Hunter Lab51.883610.06089.2017
CIE-Lab58.899414.98168.7794

#ad847f color RGB value is (173,132,127).

#ad847f hex color red value is 173, green value is 132 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad847f hue: 0.02 , saturation: 0.22 and the lightness value of ad847f is 0.59.

The process color (four color CMYK) of #ad847f color hex is 0.00, 0.24, 0.27, 0.32. Web safe color of #ad847f is #999966. Color #ad847f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 01111111
Octal 255 204 177
Decimal 173 132 127
Hex AD 84 7F

RGB Percentages of Color #ad847f

%40.05
%30.56
%29.40

CMYK Percentages of Color #ad847f

%0
%24
%27
%32

Triadic Colors of #ad847f

#ad847f #7fad84 #847fad

Analogous Colors of #ad847f

#ad847f #ad9b7f #ad7f91

Monochromatic Colors of #ad847f

#ad847f

Complementary Color

#ad847f #7fa8ad

#ad847f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad847f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad847f Color CSS Codes

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

#ad847f Text Font Color

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

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


#ad847f Background Color

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

This div background color is #ad847f


#ad847f Border Color

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

This div border color is #ad847f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,132,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad847f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad847f;
  -webkit-box-shadow: 1px 1px 3px 2px #ad847f;
  box-shadow:         1px 1px 3px 2px #ad847f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad847f


Comments

No comments written yet.

Please login to write comment.