Color Hex Logo

#ad72db Color Hex

#AD72DB
(173,114,219)
0 Favorites   0 Comments

Color spaces of #ad72db

RGB 173114219
HSL0.760.590.65
HSV274°48°86°
CMYK 0.210.480.00   0.14
XYZ36.037126.033370.1434
Yxy26.03330.27260.1969
Hunter Lab51.022836.7834-45.7927
CIE-Lab58.068642.6263-45.0272

#ad72db color RGB value is (173,114,219).

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

The process color (four color CMYK) of #ad72db color hex is 0.21, 0.48, 0.00, 0.14. Web safe color of #ad72db is #9966cc. Color #ad72db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 11011011
Octal 255 162 333
Decimal 173 114 219
Hex AD 72 DB

RGB Percentages of Color #ad72db

%34.19
%22.53
%43.28

CMYK Percentages of Color #ad72db

%21
%48
%0
%14

Triadic Colors of #ad72db

#ad72db #dbad72 #72dbad

Analogous Colors of #ad72db

#ad72db #db72d5 #7972db

Monochromatic Colors of #ad72db

#ad72db

Complementary Color

#ad72db #a0db72

#ad72db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad72db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad72db Color CSS Codes

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

#ad72db Text Font Color

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

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


#ad72db Background Color

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

This div background color is #ad72db


#ad72db Border Color

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

This div border color is #ad72db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad72db


Comments

No comments written yet.

Please login to write comment.