Color Hex Logo

#ad82df Color Hex

#AD82DF
(173,130,223)
0 Favorites   0 Comments

Color spaces of #ad82df

RGB 173130223
HSL0.740.590.69
HSV268°42°87°
CMYK 0.220.420.00   0.13
XYZ38.535530.177273.6058
Yxy30.17720.27080.2120
Hunter Lab54.933829.0819-40.9891
CIE-Lab61.806834.6904-41.3787

#ad82df color RGB value is (173,130,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 11011111
Octal 255 202 337
Decimal 173 130 223
Hex AD 82 DF

RGB Percentages of Color #ad82df

%32.89
%24.71
%42.40

CMYK Percentages of Color #ad82df

%22
%42
%0
%13

Triadic Colors of #ad82df

#ad82df #dfad82 #82dfad

Analogous Colors of #ad82df

#ad82df #dc82df #8286df

Monochromatic Colors of #ad82df

#ad82df

Complementary Color

#ad82df #b4df82

#ad82df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad82df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad82df Color CSS Codes

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

#ad82df Text Font Color

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

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


#ad82df Background Color

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

This div background color is #ad82df


#ad82df Border Color

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

This div border color is #ad82df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad82df


Comments

No comments written yet.

Please login to write comment.