Color Hex Logo

#ad82da Color Hex

#AD82DA
(173,130,218)
0 Favorites   0 Comments

Color spaces of #ad82da

RGB 173130218
HSL0.750.540.68
HSV269°40°85°
CMYK 0.210.400.00   0.15
XYZ37.871129.911570.1071
Yxy29.91150.27460.2169
Hunter Lab54.691427.8925-37.7179
CIE-Lab61.577833.5384-38.9472

#ad82da color RGB value is (173,130,218).

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

The process color (four color CMYK) of #ad82da color hex is 0.21, 0.40, 0.00, 0.15. Web safe color of #ad82da is #9999cc. Color #ad82da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 11011010
Octal 255 202 332
Decimal 173 130 218
Hex AD 82 DA

RGB Percentages of Color #ad82da

%33.21
%24.95
%41.84

CMYK Percentages of Color #ad82da

%21
%40
%0
%15

Triadic Colors of #ad82da

#ad82da #daad82 #82daad

Analogous Colors of #ad82da

#ad82da #d982da #8283da

Monochromatic Colors of #ad82da

#ad82da

Complementary Color

#ad82da #afda82

#ad82da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad82da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad82da Color CSS Codes

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

#ad82da Text Font Color

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

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


#ad82da Background Color

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

This div background color is #ad82da


#ad82da Border Color

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

This div border color is #ad82da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad82da


Comments

No comments written yet.

Please login to write comment.