Color Hex Logo

#ad72da Color Hex

#AD72DA
(173,114,218)
0 Favorites   0 Comments

Color spaces of #ad72da

RGB 173114218
HSL0.760.580.65
HSV274°48°85°
CMYK 0.210.480.00   0.15
XYZ35.905825.980869.4520
Yxy25.98080.27340.1978
Hunter Lab50.971436.5410-45.1068
CIE-Lab58.018842.4010-44.5437

#ad72da color RGB value is (173,114,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 11011010
Octal 255 162 332
Decimal 173 114 218
Hex AD 72 DA

RGB Percentages of Color #ad72da

%34.26
%22.57
%43.17

CMYK Percentages of Color #ad72da

%21
%48
%0
%15

Triadic Colors of #ad72da

#ad72da #daad72 #72daad

Analogous Colors of #ad72da

#ad72da #da72d3 #7972da

Monochromatic Colors of #ad72da

#ad72da

Complementary Color

#ad72da #9fda72

#ad72da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad72da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad72da Color CSS Codes

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

#ad72da Text Font Color

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

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


#ad72da Background Color

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

This div background color is #ad72da


#ad72da Border Color

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

This div border color is #ad72da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad72da


Comments

No comments written yet.

Please login to write comment.