Color Hex Logo

#ad808f Color Hex

#AD808F
(173,128,143)
0 Favorites   0 Comments

Color spaces of #ad808f

RGB 173128143
HSL0.940.220.59
HSV340°26°68°
CMYK 0.000.260.17   0.32
XYZ29.910726.305729.4877
Yxy26.30570.34900.3069
Hunter Lab51.289114.34151.8147
CIE-Lab58.326119.7233-1.2484

#ad808f color RGB value is (173,128,143).

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

The process color (four color CMYK) of #ad808f color hex is 0.00, 0.26, 0.17, 0.32. Web safe color of #ad808f is #999999. Color #ad808f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000000 10001111
Octal 255 200 217
Decimal 173 128 143
Hex AD 80 8F

RGB Percentages of Color #ad808f

%38.96
%28.83
%32.21

CMYK Percentages of Color #ad808f

%0
%26
%17
%32

Triadic Colors of #ad808f

#ad808f #8fad80 #808fad

Analogous Colors of #ad808f

#ad808f #ad8880 #ad80a6

Monochromatic Colors of #ad808f

#ad808f

Complementary Color

#ad808f #80ad9e

#ad808f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad808f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad808f Color CSS Codes

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

#ad808f Text Font Color

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

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


#ad808f Background Color

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

This div background color is #ad808f


#ad808f Border Color

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

This div border color is #ad808f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad808f


Comments

No comments written yet.

Please login to write comment.