Color Hex Logo

#ad70af Color Hex

#AD70AF
(173,112,175)
0 Favorites   0 Comments

Color spaces of #ad70af

RGB 173112175
HSL0.830.280.56
HSV298°36°69°
CMYK 0.010.360.00   0.31
XYZ30.765623.567743.4849
Yxy23.56770.31450.2409
Hunter Lab48.546628.1650-19.1256
CIE-Lab55.652334.4578-23.7457

#ad70af color RGB value is (173,112,175).

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

The process color (four color CMYK) of #ad70af color hex is 0.01, 0.36, 0.00, 0.31. Web safe color of #ad70af is #996699. Color #ad70af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 10101111
Octal 255 160 257
Decimal 173 112 175
Hex AD 70 AF

RGB Percentages of Color #ad70af

%37.61
%24.35
%38.04

CMYK Percentages of Color #ad70af

%1
%36
%0
%31

Triadic Colors of #ad70af

#ad70af #afad70 #70afad

Analogous Colors of #ad70af

#ad70af #af7092 #8e70af

Monochromatic Colors of #ad70af

#ad70af

Complementary Color

#ad70af #72af70

#ad70af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad70af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad70af Color CSS Codes

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

#ad70af Text Font Color

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

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


#ad70af Background Color

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

This div background color is #ad70af


#ad70af Border Color

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

This div border color is #ad70af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,112,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 #ad70af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad70af


Comments

No comments written yet.

Please login to write comment.