Color Hex Logo

#ad53dc Color Hex

#AD53DC
(173,83,220)
0 Favorites   0 Comments

Color spaces of #ad53dc

RGB 17383220
HSL0.780.660.59
HSV279°62°86°
CMYK 0.210.620.00   0.14
XYZ33.245120.238169.8643
Yxy20.23810.26950.1641
Hunter Lab44.986853.1841-60.5864
CIE-Lab52.105458.7320-55.0794

#ad53dc color RGB value is (173,83,220).

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

The process color (four color CMYK) of #ad53dc color hex is 0.21, 0.62, 0.00, 0.14. Web safe color of #ad53dc is #9966cc. Color #ad53dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 11011100
Octal 255 123 334
Decimal 173 83 220
Hex AD 53 DC

RGB Percentages of Color #ad53dc

%36.34
%17.44
%46.22

CMYK Percentages of Color #ad53dc

%21
%62
%0
%14

Triadic Colors of #ad53dc

#ad53dc #dcad53 #53dcad

Analogous Colors of #ad53dc

#ad53dc #dc53c7 #6953dc

Monochromatic Colors of #ad53dc

#ad53dc

Complementary Color

#ad53dc #82dc53

#ad53dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad53dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad53dc Color CSS Codes

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

#ad53dc Text Font Color

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

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


#ad53dc Background Color

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

This div background color is #ad53dc


#ad53dc Border Color

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

This div border color is #ad53dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,83,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad53dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad53dc


Comments

No comments written yet.

Please login to write comment.