Color Hex Logo

#ad82ef Color Hex

#AD82EF
(173,130,239)
0 Favorites   0 Comments

Color spaces of #ad82ef

RGB 173130239
HSL0.730.770.72
HSV264°46°94°
CMYK 0.280.460.00   0.06
XYZ40.796231.081585.5105
Yxy31.08150.25920.1975
Hunter Lab55.750833.0553-51.9134
CIE-Lab62.576438.4729-49.0462

#ad82ef color RGB value is (173,130,239).

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

The process color (four color CMYK) of #ad82ef color hex is 0.28, 0.46, 0.00, 0.06. Web safe color of #ad82ef is #9999ff. Color #ad82ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 11101111
Octal 255 202 357
Decimal 173 130 239
Hex AD 82 EF

RGB Percentages of Color #ad82ef

%31.92
%23.99
%44.10

CMYK Percentages of Color #ad82ef

%28
%46
%0
%6

Triadic Colors of #ad82ef

#ad82ef #efad82 #82efad

Analogous Colors of #ad82ef

#ad82ef #e482ef #828eef

Monochromatic Colors of #ad82ef

#ad82ef

Complementary Color

#ad82ef #c4ef82

#ad82ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad82ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad82ef Color CSS Codes

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

#ad82ef Text Font Color

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

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


#ad82ef Background Color

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

This div background color is #ad82ef


#ad82ef Border Color

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

This div border color is #ad82ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad82ef


Comments

No comments written yet.

Please login to write comment.