Color Hex Logo

#ad70df Color Hex

#AD70DF
(173,112,223)
0 Favorites   0 Comments

Color spaces of #ad70df

RGB 173112223
HSL0.760.630.66
HSV273°50°87°
CMYK 0.220.500.00   0.13
XYZ36.347025.800372.8763
Yxy25.80030.26920.1911
Hunter Lab50.794038.8409-49.5101
CIE-Lab57.847044.6160-47.6241

#ad70df color RGB value is (173,112,223).

#ad70df hex color red value is 173, green value is 112 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad70df hue: 0.76 , saturation: 0.63 and the lightness value of ad70df is 0.66.

The process color (four color CMYK) of #ad70df color hex is 0.22, 0.50, 0.00, 0.13. Web safe color of #ad70df is #9966cc. Color #ad70df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 11011111
Octal 255 160 337
Decimal 173 112 223
Hex AD 70 DF

RGB Percentages of Color #ad70df

%34.06
%22.05
%43.90

CMYK Percentages of Color #ad70df

%22
%50
%0
%13

Triadic Colors of #ad70df

#ad70df #dfad70 #70dfad

Analogous Colors of #ad70df

#ad70df #df70da #7670df

Monochromatic Colors of #ad70df

#ad70df

Complementary Color

#ad70df #a2df70

#ad70df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad70df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad70df Color CSS Codes

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

#ad70df Text Font Color

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

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


#ad70df Background Color

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

This div background color is #ad70df


#ad70df Border Color

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

This div border color is #ad70df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad70df


Comments

No comments written yet.

Please login to write comment.