Color Hex Logo

#ad77dd Color Hex

#AD77DD
(173,119,221)
0 Favorites   0 Comments

Color spaces of #ad77dd

RGB 173119221
HSL0.750.600.67
HSV272°46°87°
CMYK 0.220.460.00   0.13
XYZ36.881627.298371.7319
Yxy27.29830.27140.2009
Hunter Lab52.247834.5692-44.8269
CIE-Lab59.249440.3418-44.2856

#ad77dd color RGB value is (173,119,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 11011101
Octal 255 167 335
Decimal 173 119 221
Hex AD 77 DD

RGB Percentages of Color #ad77dd

%33.72
%23.20
%43.08

CMYK Percentages of Color #ad77dd

%22
%46
%0
%13

Triadic Colors of #ad77dd

#ad77dd #ddad77 #77ddad

Analogous Colors of #ad77dd

#ad77dd #dd77da #7a77dd

Monochromatic Colors of #ad77dd

#ad77dd

Complementary Color

#ad77dd #a7dd77

#ad77dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad77dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad77dd Color CSS Codes

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

#ad77dd Text Font Color

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

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


#ad77dd Background Color

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

This div background color is #ad77dd


#ad77dd Border Color

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

This div border color is #ad77dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad77dd


Comments

No comments written yet.

Please login to write comment.