Color Hex Logo

#ad81df Color Hex

#AD81DF
(173,129,223)
0 Favorites   0 Comments

Color spaces of #ad81df

RGB 173129223
HSL0.740.590.69
HSV268°42°87°
CMYK 0.220.420.00   0.13
XYZ38.403129.912573.5617
Yxy29.91250.27070.2108
Hunter Lab54.692329.6251-41.4610
CIE-Lab61.578735.2495-41.7370

#ad81df color RGB value is (173,129,223).

#ad81df hex color red value is 173, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad81df hue: 0.74 , saturation: 0.59 and the lightness value of ad81df is 0.69.

The process color (four color CMYK) of #ad81df color hex is 0.22, 0.42, 0.00, 0.13. Web safe color of #ad81df is #9999cc. Color #ad81df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000001 11011111
Octal 255 201 337
Decimal 173 129 223
Hex AD 81 DF

RGB Percentages of Color #ad81df

%32.95
%24.57
%42.48

CMYK Percentages of Color #ad81df

%22
%42
%0
%13

Triadic Colors of #ad81df

#ad81df #dfad81 #81dfad

Analogous Colors of #ad81df

#ad81df #dc81df #8184df

Monochromatic Colors of #ad81df

#ad81df

Complementary Color

#ad81df #b3df81

#ad81df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad81df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad81df Color CSS Codes

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

#ad81df Text Font Color

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

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


#ad81df Background Color

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

This div background color is #ad81df


#ad81df Border Color

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

This div border color is #ad81df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad81df


Comments

No comments written yet.

Please login to write comment.