Color Hex Logo

#ad60dd Color Hex

#AD60DD
(173,96,221)
0 Favorites   0 Comments

Color spaces of #ad60dd

RGB 17396221
HSL0.770.650.62
HSV277°57°87°
CMYK 0.220.570.00   0.13
XYZ34.467622.470470.9272
Yxy22.47040.26960.1757
Hunter Lab47.403046.8356-55.5313
CIE-Lab54.522652.5792-51.7821

#ad60dd color RGB value is (173,96,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100000 11011101
Octal 255 140 335
Decimal 173 96 221
Hex AD 60 DD

RGB Percentages of Color #ad60dd

%35.31
%19.59
%45.10

CMYK Percentages of Color #ad60dd

%22
%57
%0
%13

Triadic Colors of #ad60dd

#ad60dd #ddad60 #60ddad

Analogous Colors of #ad60dd

#ad60dd #dd60cf #6f60dd

Monochromatic Colors of #ad60dd

#ad60dd

Complementary Color

#ad60dd #90dd60

#ad60dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad60dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad60dd Color CSS Codes

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

#ad60dd Text Font Color

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

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


#ad60dd Background Color

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

This div background color is #ad60dd


#ad60dd Border Color

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

This div border color is #ad60dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad60dd


Comments

No comments written yet.

Please login to write comment.