Color Hex Logo

#ad82dd Color Hex

#AD82DD
(173,130,221)
0 Favorites   0 Comments

Color spaces of #ad82dd

RGB 173130221
HSL0.750.570.69
HSV268°41°87°
CMYK 0.220.410.00   0.13
XYZ38.267430.070072.1938
Yxy30.07000.27230.2140
Hunter Lab54.836128.6031-39.6722
CIE-Lab61.714634.2278-40.4081

#ad82dd color RGB value is (173,130,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 11011101
Octal 255 202 335
Decimal 173 130 221
Hex AD 82 DD

RGB Percentages of Color #ad82dd

%33.02
%24.81
%42.18

CMYK Percentages of Color #ad82dd

%22
%41
%0
%13

Triadic Colors of #ad82dd

#ad82dd #ddad82 #82ddad

Analogous Colors of #ad82dd

#ad82dd #db82dd #8285dd

Monochromatic Colors of #ad82dd

#ad82dd

Complementary Color

#ad82dd #b2dd82

#ad82dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad82dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad82dd Color CSS Codes

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

#ad82dd Text Font Color

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

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


#ad82dd Background Color

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

This div background color is #ad82dd


#ad82dd Border Color

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

This div border color is #ad82dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad82dd


Comments

No comments written yet.

Please login to write comment.