Color Hex Logo

#ad53dd Color Hex

#AD53DD
(173,83,221)
0 Favorites   0 Comments

Color spaces of #ad53dd

RGB 17383221
HSL0.780.670.60
HSV279°62°87°
CMYK 0.220.620.00   0.13
XYZ33.378020.291270.5640
Yxy20.29120.26870.1633
Hunter Lab45.045853.4348-61.3455
CIE-Lab52.164958.9443-55.5507

#ad53dd color RGB value is (173,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 11011101
Octal 255 123 335
Decimal 173 83 221
Hex AD 53 DD

RGB Percentages of Color #ad53dd

%36.27
%17.40
%46.33

CMYK Percentages of Color #ad53dd

%22
%62
%0
%13

Triadic Colors of #ad53dd

#ad53dd #ddad53 #53ddad

Analogous Colors of #ad53dd

#ad53dd #dd53c8 #6853dd

Monochromatic Colors of #ad53dd

#ad53dd

Complementary Color

#ad53dd #83dd53

#ad53dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad53dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad53dd Color CSS Codes

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

#ad53dd Text Font Color

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

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


#ad53dd Background Color

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

This div background color is #ad53dd


#ad53dd Border Color

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

This div border color is #ad53dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad53dd


Comments

No comments written yet.

Please login to write comment.