Color Hex Logo

#ad73ae Color Hex

#AD73AE
(173,115,174)
0 Favorites   0 Comments

Color spaces of #ad73ae

RGB 173115174
HSL0.830.270.57
HSV299°34°68°
CMYK 0.010.340.00   0.32
XYZ31.004324.201743.0817
Yxy24.20170.31540.2462
Hunter Lab49.195226.4044-17.4853
CIE-Lab56.289232.5984-22.1910

#ad73ae color RGB value is (173,115,174).

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

The process color (four color CMYK) of #ad73ae color hex is 0.01, 0.34, 0.00, 0.32. Web safe color of #ad73ae is #996699. Color #ad73ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 10101110
Octal 255 163 256
Decimal 173 115 174
Hex AD 73 AE

RGB Percentages of Color #ad73ae

%37.45
%24.89
%37.66

CMYK Percentages of Color #ad73ae

%1
%34
%0
%32

Triadic Colors of #ad73ae

#ad73ae #aead73 #73aead

Analogous Colors of #ad73ae

#ad73ae #ae7392 #9073ae

Monochromatic Colors of #ad73ae

#ad73ae

Complementary Color

#ad73ae #74ae73

#ad73ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad73ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad73ae Color CSS Codes

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

#ad73ae Text Font Color

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

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


#ad73ae Background Color

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

This div background color is #ad73ae


#ad73ae Border Color

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

This div border color is #ad73ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad73ae


Comments

No comments written yet.

Please login to write comment.