Color Hex Logo

#ad72df Color Hex

#AD72DF
(173,114,223)
0 Favorites   0 Comments

Color spaces of #ad72df

RGB 173114223
HSL0.760.630.66
HSV272°49°87°
CMYK 0.220.490.00   0.13
XYZ36.570226.246672.9507
Yxy26.24660.26940.1933
Hunter Lab51.231437.7625-48.5636
CIE-Lab58.270443.5325-46.9537

#ad72df color RGB value is (173,114,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 11011111
Octal 255 162 337
Decimal 173 114 223
Hex AD 72 DF

RGB Percentages of Color #ad72df

%33.92
%22.35
%43.73

CMYK Percentages of Color #ad72df

%22
%49
%0
%13

Triadic Colors of #ad72df

#ad72df #dfad72 #72dfad

Analogous Colors of #ad72df

#ad72df #df72db #7772df

Monochromatic Colors of #ad72df

#ad72df

Complementary Color

#ad72df #a4df72

#ad72df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad72df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad72df Color CSS Codes

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

#ad72df Text Font Color

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

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


#ad72df Background Color

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

This div background color is #ad72df


#ad72df Border Color

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

This div border color is #ad72df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad72df


Comments

No comments written yet.

Please login to write comment.