Color Hex Logo

#ad82ed Color Hex

#AD82ED
(173,130,237)
0 Favorites   0 Comments

Color spaces of #ad82ed

RGB 173130237
HSL0.730.750.72
HSV264°45°93°
CMYK 0.270.450.00   0.07
XYZ40.502330.963983.9627
Yxy30.96390.26060.1992
Hunter Lab55.645232.5451-50.5106
CIE-Lab62.477137.9927-48.0972

#ad82ed color RGB value is (173,130,237).

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

The process color (four color CMYK) of #ad82ed color hex is 0.27, 0.45, 0.00, 0.07. Web safe color of #ad82ed is #9999ff. Color #ad82ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 11101101
Octal 255 202 355
Decimal 173 130 237
Hex AD 82 ED

RGB Percentages of Color #ad82ed

%32.04
%24.07
%43.89

CMYK Percentages of Color #ad82ed

%27
%45
%0
%7

Triadic Colors of #ad82ed

#ad82ed #edad82 #82edad

Analogous Colors of #ad82ed

#ad82ed #e382ed #828ded

Monochromatic Colors of #ad82ed

#ad82ed

Complementary Color

#ad82ed #c2ed82

#ad82ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad82ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad82ed Color CSS Codes

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

#ad82ed Text Font Color

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

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


#ad82ed Background Color

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

This div background color is #ad82ed


#ad82ed Border Color

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

This div border color is #ad82ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad82ed


Comments

No comments written yet.

Please login to write comment.