Color Hex Logo

#ad5599 Color Hex

#AD5599
(173,85,153)
0 Favorites   0 Comments

Color spaces of #ad5599

RGB 17385153
HSL0.870.350.51
HSV314°51°68°
CMYK 0.000.510.12   0.32
XYZ26.231817.681132.1672
Yxy17.68110.34480.2324
Hunter Lab42.048937.7699-15.9223
CIE-Lab49.107044.9030-20.9497

#ad5599 color RGB value is (173,85,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010101 10011001
Octal 255 125 231
Decimal 173 85 153
Hex AD 55 99

RGB Percentages of Color #ad5599

%42.09
%20.68
%37.23

CMYK Percentages of Color #ad5599

%0
%51
%12
%32

Triadic Colors of #ad5599

#ad5599 #99ad55 #5599ad

Analogous Colors of #ad5599

#ad5599 #ad556d #9555ad

Monochromatic Colors of #ad5599

#ad5599

Complementary Color

#ad5599 #55ad69

#ad5599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5599 Color CSS Codes

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

#ad5599 Text Font Color

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

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


#ad5599 Background Color

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

This div background color is #ad5599


#ad5599 Border Color

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

This div border color is #ad5599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5599


Comments

No comments written yet.

Please login to write comment.