Color Hex Logo

#ad53cd Color Hex

#AD53CD
(173,83,205)
0 Favorites   0 Comments

Color spaces of #ad53cd

RGB 17383205
HSL0.790.550.56
HSV284°60°80°
CMYK 0.160.600.00   0.20
XYZ31.346319.478559.8652
Yxy19.47850.28320.1760
Hunter Lab44.134549.5435-49.5285
CIE-Lab51.242455.6127-47.9104

#ad53cd color RGB value is (173,83,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 11001101
Octal 255 123 315
Decimal 173 83 205
Hex AD 53 CD

RGB Percentages of Color #ad53cd

%37.53
%18.00
%44.47

CMYK Percentages of Color #ad53cd

%16
%60
%0
%20

Triadic Colors of #ad53cd

#ad53cd #cdad53 #53cdad

Analogous Colors of #ad53cd

#ad53cd #cd53b0 #7053cd

Monochromatic Colors of #ad53cd

#ad53cd

Complementary Color

#ad53cd #73cd53

#ad53cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad53cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad53cd Color CSS Codes

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

#ad53cd Text Font Color

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

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


#ad53cd Background Color

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

This div background color is #ad53cd


#ad53cd Border Color

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

This div border color is #ad53cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad53cd

#ad53cd Color Palettes


Comments

No comments written yet.

Please login to write comment.