Color Hex Logo

#ad76ad Color Hex

#AD76AD
(173,118,173)
0 Favorites   0 Comments

Color spaces of #ad76ad

RGB 173118173
HSL0.830.250.57
HSV300°32°68°
CMYK 0.000.320.00   0.32
XYZ31.254824.858242.6860
Yxy24.85820.31630.2516
Hunter Lab49.858024.6459-15.8606
CIE-Lab56.937030.7305-20.6232

#ad76ad color RGB value is (173,118,173).

#ad76ad hex color red value is 173, green value is 118 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ad76ad hue: 0.83 , saturation: 0.25 and the lightness value of ad76ad is 0.57.

The process color (four color CMYK) of #ad76ad color hex is 0.00, 0.32, 0.00, 0.32. Web safe color of #ad76ad is #996699. Color #ad76ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110110 10101101
Octal 255 166 255
Decimal 173 118 173
Hex AD 76 AD

RGB Percentages of Color #ad76ad

%37.28
%25.43
%37.28

CMYK Percentages of Color #ad76ad

%0
%32
%0
%32

Triadic Colors of #ad76ad

#ad76ad #adad76 #76adad

Analogous Colors of #ad76ad

#ad76ad #ad7692 #9276ad

Monochromatic Colors of #ad76ad

#ad76ad

Complementary Color

#ad76ad #76ad76

#ad76ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad76ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad76ad Color CSS Codes

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

#ad76ad Text Font Color

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

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


#ad76ad Background Color

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

This div background color is #ad76ad


#ad76ad Border Color

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

This div border color is #ad76ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad76ad


Comments

No comments written yet.

Please login to write comment.