Color Hex Logo

#ad516f Color Hex

#AD516F
(173,81,111)
0 Favorites   0 Comments

Color spaces of #ad516f

RGB 17381111
HSL0.950.360.50
HSV340°53°68°
CMYK 0.000.530.36   0.32
XYZ23.045315.916816.8966
Yxy15.91680.41260.2849
Hunter Lab39.895933.29032.8167
CIE-Lab46.865140.81180.9126

#ad516f color RGB value is (173,81,111).

#ad516f hex color red value is 173, green value is 81 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad516f hue: 0.95 , saturation: 0.36 and the lightness value of ad516f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010001 01101111
Octal 255 121 157
Decimal 173 81 111
Hex AD 51 6F

RGB Percentages of Color #ad516f

%47.40
%22.19
%30.41

CMYK Percentages of Color #ad516f

%0
%53
%36
%32

Triadic Colors of #ad516f

#ad516f #6fad51 #516fad

Analogous Colors of #ad516f

#ad516f #ad6151 #ad519d

Monochromatic Colors of #ad516f

#ad516f

Complementary Color

#ad516f #51ad8f

#ad516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad516f Color CSS Codes

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

#ad516f Text Font Color

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

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


#ad516f Background Color

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

This div background color is #ad516f


#ad516f Border Color

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

This div border color is #ad516f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad516f


Comments

No comments written yet.

Please login to write comment.