Color Hex Logo

#ad829f Color Hex

#AD829F
(173,130,159)
0 Favorites   0 Comments

Color spaces of #ad829f

RGB 173130159
HSL0.890.210.59
HSV320°25°68°
CMYK 0.000.250.08   0.32
XYZ31.474227.352736.4216
Yxy27.35270.33040.2872
Hunter Lab52.299815.8972-4.6797
CIE-Lab59.299421.3535-9.0076

#ad829f color RGB value is (173,130,159).

#ad829f hex color red value is 173, green value is 130 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ad829f hue: 0.89 , saturation: 0.21 and the lightness value of ad829f is 0.59.

The process color (four color CMYK) of #ad829f color hex is 0.00, 0.25, 0.08, 0.32. Web safe color of #ad829f is #999999. Color #ad829f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 10011111
Octal 255 202 237
Decimal 173 130 159
Hex AD 82 9F

RGB Percentages of Color #ad829f

%37.45
%28.14
%34.42

CMYK Percentages of Color #ad829f

%0
%25
%8
%32

Triadic Colors of #ad829f

#ad829f #9fad82 #829fad

Analogous Colors of #ad829f

#ad829f #ad828a #a682ad

Monochromatic Colors of #ad829f

#ad829f

Complementary Color

#ad829f #82ad90

#ad829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad829f Color CSS Codes

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

#ad829f Text Font Color

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

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


#ad829f Background Color

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

This div background color is #ad829f


#ad829f Border Color

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

This div border color is #ad829f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad829f


Comments

No comments written yet.

Please login to write comment.