Color Hex Logo

#ad80af Color Hex

#AD80AF
(173,128,175)
0 Favorites   0 Comments

Color spaces of #ad80af

RGB 173128175
HSL0.830.230.59
HSV297°27°69°
CMYK 0.010.270.00   0.31
XYZ32.690627.417744.1266
Yxy27.41770.31360.2630
Hunter Lab52.361919.8078-13.3117
CIE-Lab59.359025.4967-18.0759

#ad80af color RGB value is (173,128,175).

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

The process color (four color CMYK) of #ad80af color hex is 0.01, 0.27, 0.00, 0.31. Web safe color of #ad80af is #999999. Color #ad80af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000000 10101111
Octal 255 200 257
Decimal 173 128 175
Hex AD 80 AF

RGB Percentages of Color #ad80af

%36.34
%26.89
%36.76

CMYK Percentages of Color #ad80af

%1
%27
%0
%31

Triadic Colors of #ad80af

#ad80af #afad80 #80afad

Analogous Colors of #ad80af

#ad80af #af809a #9680af

Monochromatic Colors of #ad80af

#ad80af

Complementary Color

#ad80af #82af80

#ad80af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad80af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad80af Color CSS Codes

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

#ad80af Text Font Color

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

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


#ad80af Background Color

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

This div background color is #ad80af


#ad80af Border Color

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

This div border color is #ad80af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad80af


Comments

No comments written yet.

Please login to write comment.