Color Hex Logo

#ad76dd Color Hex

#AD76DD
(173,118,221)
0 Favorites   0 Comments

Color spaces of #ad76dd

RGB 173118221
HSL0.760.600.66
HSV272°47°87°
CMYK 0.220.470.00   0.13
XYZ36.763227.061671.6924
Yxy27.06160.27130.1997
Hunter Lab52.020835.1100-45.2960
CIE-Lab59.031340.8913-44.6297

#ad76dd color RGB value is (173,118,221).

#ad76dd hex color red value is 173, green value is 118 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ad76dd hue: 0.76 , saturation: 0.60 and the lightness value of ad76dd is 0.66.

The process color (four color CMYK) of #ad76dd color hex is 0.22, 0.47, 0.00, 0.13. Web safe color of #ad76dd is #9966cc. Color #ad76dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110110 11011101
Octal 255 166 335
Decimal 173 118 221
Hex AD 76 DD

RGB Percentages of Color #ad76dd

%33.79
%23.05
%43.16

CMYK Percentages of Color #ad76dd

%22
%47
%0
%13

Triadic Colors of #ad76dd

#ad76dd #ddad76 #76ddad

Analogous Colors of #ad76dd

#ad76dd #dd76da #7a76dd

Monochromatic Colors of #ad76dd

#ad76dd

Complementary Color

#ad76dd #a6dd76

#ad76dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad76dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad76dd Color CSS Codes

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

#ad76dd Text Font Color

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

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


#ad76dd Background Color

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

This div background color is #ad76dd


#ad76dd Border Color

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

This div border color is #ad76dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad76dd


Comments

No comments written yet.

Please login to write comment.