Color Hex Logo

#ad82a0 Color Hex

#AD82A0
(173,130,160)
0 Favorites   0 Comments

Color spaces of #ad82a0

RGB 173130160
HSL0.880.210.59
HSV318°25°68°
CMYK 0.000.250.08   0.32
XYZ31.561427.387636.8806
Yxy27.38760.32930.2858
Hunter Lab52.333216.0678-5.1501
CIE-Lab59.331421.5347-9.5332

#ad82a0 color RGB value is (173,130,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 10100000
Octal 255 202 240
Decimal 173 130 160
Hex AD 82 A0

RGB Percentages of Color #ad82a0

%37.37
%28.08
%34.56

CMYK Percentages of Color #ad82a0

%0
%25
%8
%32

Triadic Colors of #ad82a0

#ad82a0 #a0ad82 #82a0ad

Analogous Colors of #ad82a0

#ad82a0 #ad828b #a582ad

Monochromatic Colors of #ad82a0

#ad82a0

Complementary Color

#ad82a0 #82ad8f

#ad82a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad82a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad82a0 Color CSS Codes

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

#ad82a0 Text Font Color

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

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


#ad82a0 Background Color

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

This div background color is #ad82a0


#ad82a0 Border Color

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

This div border color is #ad82a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad82a0


Comments

No comments written yet.

Please login to write comment.