Color Hex Logo

#ad72ef Color Hex

#AD72EF
(173,114,239)
0 Favorites   0 Comments

Color spaces of #ad72ef

RGB 173114239
HSL0.750.800.69
HSV268°52°94°
CMYK 0.280.520.00   0.06
XYZ38.830927.150984.8554
Yxy27.15090.25740.1800
Hunter Lab52.106541.8356-60.0791
CIE-Lab59.113747.2417-54.5438

#ad72ef color RGB value is (173,114,239).

#ad72ef hex color red value is 173, green value is 114 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad72ef hue: 0.75 , saturation: 0.80 and the lightness value of ad72ef is 0.69.

The process color (four color CMYK) of #ad72ef color hex is 0.28, 0.52, 0.00, 0.06. Web safe color of #ad72ef is #9966ff. Color #ad72ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 11101111
Octal 255 162 357
Decimal 173 114 239
Hex AD 72 EF

RGB Percentages of Color #ad72ef

%32.89
%21.67
%45.44

CMYK Percentages of Color #ad72ef

%28
%52
%0
%6

Triadic Colors of #ad72ef

#ad72ef #efad72 #72efad

Analogous Colors of #ad72ef

#ad72ef #ec72ef #7276ef

Monochromatic Colors of #ad72ef

#ad72ef

Complementary Color

#ad72ef #b4ef72

#ad72ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad72ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad72ef Color CSS Codes

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

#ad72ef Text Font Color

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

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


#ad72ef Background Color

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

This div background color is #ad72ef


#ad72ef Border Color

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

This div border color is #ad72ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad72ef


Comments

No comments written yet.

Please login to write comment.