Color Hex Logo

#ad55cd Color Hex

#AD55CD
(173,85,205)
0 Favorites   0 Comments

Color spaces of #ad55cd

RGB 17385205
HSL0.790.550.57
HSV284°59°80°
CMYK 0.160.590.00   0.20
XYZ31.501519.789059.9170
Yxy19.78900.28330.1779
Hunter Lab44.484848.5546-48.7188
CIE-Lab51.597854.6499-47.3449

#ad55cd color RGB value is (173,85,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010101 11001101
Octal 255 125 315
Decimal 173 85 205
Hex AD 55 CD

RGB Percentages of Color #ad55cd

%37.37
%18.36
%44.28

CMYK Percentages of Color #ad55cd

%16
%59
%0
%20

Triadic Colors of #ad55cd

#ad55cd #cdad55 #55cdad

Analogous Colors of #ad55cd

#ad55cd #cd55b1 #7155cd

Monochromatic Colors of #ad55cd

#ad55cd

Complementary Color

#ad55cd #75cd55

#ad55cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad55cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad55cd Color CSS Codes

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

#ad55cd Text Font Color

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

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


#ad55cd Background Color

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

This div background color is #ad55cd


#ad55cd Border Color

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

This div border color is #ad55cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad55cd


Comments

No comments written yet.

Please login to write comment.