Color Hex Logo

#ad80dd Color Hex

#AD80DD
(173,128,221)
0 Favorites   0 Comments

Color spaces of #ad80dd

RGB 173128221
HSL0.750.580.68
HSV269°42°87°
CMYK 0.220.420.00   0.13
XYZ38.003929.543072.1060
Yxy29.54300.27210.2115
Hunter Lab54.353529.6885-40.6074
CIE-Lab61.257935.3469-41.1247

#ad80dd color RGB value is (173,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000000 11011101
Octal 255 200 335
Decimal 173 128 221
Hex AD 80 DD

RGB Percentages of Color #ad80dd

%33.14
%24.52
%42.34

CMYK Percentages of Color #ad80dd

%22
%42
%0
%13

Triadic Colors of #ad80dd

#ad80dd #ddad80 #80ddad

Analogous Colors of #ad80dd

#ad80dd #dc80dd #8082dd

Monochromatic Colors of #ad80dd

#ad80dd

Complementary Color

#ad80dd #b0dd80

#ad80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad80dd Color CSS Codes

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

#ad80dd Text Font Color

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

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


#ad80dd Background Color

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

This div background color is #ad80dd


#ad80dd Border Color

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

This div border color is #ad80dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad80dd


Comments

No comments written yet.

Please login to write comment.