Color Hex Logo

#ad56dd Color Hex

#AD56DD
(173,86,221)
0 Favorites   0 Comments

Color spaces of #ad56dd

RGB 17386221
HSL0.770.670.60
HSV279°61°87°
CMYK 0.220.610.00   0.13
XYZ33.612520.760370.6422
Yxy20.76030.26890.1661
Hunter Lab45.563551.9447-60.0296
CIE-Lab52.686257.5215-54.7158

#ad56dd color RGB value is (173,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 11011101
Octal 255 126 335
Decimal 173 86 221
Hex AD 56 DD

RGB Percentages of Color #ad56dd

%36.04
%17.92
%46.04

CMYK Percentages of Color #ad56dd

%22
%61
%0
%13

Triadic Colors of #ad56dd

#ad56dd #ddad56 #56ddad

Analogous Colors of #ad56dd

#ad56dd #dd56ca #6a56dd

Monochromatic Colors of #ad56dd

#ad56dd

Complementary Color

#ad56dd #86dd56

#ad56dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad56dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad56dd Color CSS Codes

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

#ad56dd Text Font Color

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

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


#ad56dd Background Color

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

This div background color is #ad56dd


#ad56dd Border Color

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

This div border color is #ad56dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad56dd

#ad56dd Color Palettes


Comments

No comments written yet.

Please login to write comment.