Color Hex Logo

#ad59cd Color Hex

#AD59CD
(173,89,205)
0 Favorites   0 Comments

Color spaces of #ad59cd

RGB 17389205
HSL0.790.540.58
HSV283°57°80°
CMYK 0.160.570.00   0.20
XYZ31.825420.436860.0249
Yxy20.43680.28340.1820
Hunter Lab45.207146.5501-47.0789
CIE-Lab52.327552.6865-46.1851

#ad59cd color RGB value is (173,89,205).

#ad59cd hex color red value is 173, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad59cd hue: 0.79 , saturation: 0.54 and the lightness value of ad59cd is 0.58.

The process color (four color CMYK) of #ad59cd color hex is 0.16, 0.57, 0.00, 0.20. Web safe color of #ad59cd is #9966cc. Color #ad59cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011001 11001101
Octal 255 131 315
Decimal 173 89 205
Hex AD 59 CD

RGB Percentages of Color #ad59cd

%37.04
%19.06
%43.90

CMYK Percentages of Color #ad59cd

%16
%57
%0
%20

Triadic Colors of #ad59cd

#ad59cd #cdad59 #59cdad

Analogous Colors of #ad59cd

#ad59cd #cd59b3 #7359cd

Monochromatic Colors of #ad59cd

#ad59cd

Complementary Color

#ad59cd #79cd59

#ad59cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad59cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad59cd Color CSS Codes

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

#ad59cd Text Font Color

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

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


#ad59cd Background Color

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

This div background color is #ad59cd


#ad59cd Border Color

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

This div border color is #ad59cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad59cd


Comments

No comments written yet.

Please login to write comment.