Color Hex Logo

#ad55ad Color Hex

#AD55AD
(173,85,173)
0 Favorites   0 Comments

Color spaces of #ad55ad

RGB 17385173
HSL0.830.350.51
HSV300°51°68°
CMYK 0.000.510.00   0.32
XYZ28.024918.398441.6093
Yxy18.39840.31830.2090
Hunter Lab42.893441.5618-27.4897
CIE-Lab49.975848.4128-31.3840

#ad55ad color RGB value is (173,85,173).

#ad55ad hex color red value is 173, green value is 85 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ad55ad hue: 0.83 , saturation: 0.35 and the lightness value of ad55ad is 0.51.

The process color (four color CMYK) of #ad55ad color hex is 0.00, 0.51, 0.00, 0.32. Web safe color of #ad55ad is #996699. Color #ad55ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010101 10101101
Octal 255 125 255
Decimal 173 85 173
Hex AD 55 AD

RGB Percentages of Color #ad55ad

%40.14
%19.72
%40.14

CMYK Percentages of Color #ad55ad

%0
%51
%0
%32

Triadic Colors of #ad55ad

#ad55ad #adad55 #55adad

Analogous Colors of #ad55ad

#ad55ad #ad5581 #8155ad

Monochromatic Colors of #ad55ad

#ad55ad

Complementary Color

#ad55ad #55ad55

#ad55ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad55ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad55ad Color CSS Codes

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

#ad55ad Text Font Color

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

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


#ad55ad Background Color

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

This div background color is #ad55ad


#ad55ad Border Color

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

This div border color is #ad55ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad55ad


Comments

No comments written yet.

Please login to write comment.