Color Hex Logo

#ad72ca Color Hex

#AD72CA
(173,114,202)
0 Favorites   0 Comments

Color spaces of #ad72ca

RGB 173114202
HSL0.780.450.62
HSV280°44°79°
CMYK 0.140.440.00   0.21
XYZ33.911625.183158.9506
Yxy25.18310.28730.2133
Hunter Lab50.182832.8037-34.5211
CIE-Lab57.253438.8809-36.7080

#ad72ca color RGB value is (173,114,202).

#ad72ca hex color red value is 173, green value is 114 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad72ca hue: 0.78 , saturation: 0.45 and the lightness value of ad72ca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 11001010
Octal 255 162 312
Decimal 173 114 202
Hex AD 72 CA

RGB Percentages of Color #ad72ca

%35.38
%23.31
%41.31

CMYK Percentages of Color #ad72ca

%14
%44
%0
%21

Triadic Colors of #ad72ca

#ad72ca #caad72 #72caad

Analogous Colors of #ad72ca

#ad72ca #ca72bb #8172ca

Monochromatic Colors of #ad72ca

#ad72ca

Complementary Color

#ad72ca #8fca72

#ad72ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad72ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad72ca Color CSS Codes

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

#ad72ca Text Font Color

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

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


#ad72ca Background Color

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

This div background color is #ad72ca


#ad72ca Border Color

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

This div border color is #ad72ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad72ca


Comments

No comments written yet.

Please login to write comment.