Color Hex Logo

#ad5696 Color Hex

#AD5696
(173,86,150)
0 Favorites   0 Comments

Color spaces of #ad5696

RGB 17386150
HSL0.880.350.51
HSV316°50°68°
CMYK 0.000.500.13   0.32
XYZ26.066417.741830.9048
Yxy17.74180.34890.2375
Hunter Lab42.121036.7521-14.0172
CIE-Lab49.181443.8966-19.0555

#ad5696 color RGB value is (173,86,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 10010110
Octal 255 126 226
Decimal 173 86 150
Hex AD 56 96

RGB Percentages of Color #ad5696

%42.30
%21.03
%36.67

CMYK Percentages of Color #ad5696

%0
%50
%13
%32

Triadic Colors of #ad5696

#ad5696 #96ad56 #5696ad

Analogous Colors of #ad5696

#ad5696 #ad566b #9956ad

Monochromatic Colors of #ad5696

#ad5696

Complementary Color

#ad5696 #56ad6d

#ad5696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5696 Color CSS Codes

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

#ad5696 Text Font Color

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

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


#ad5696 Background Color

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

This div background color is #ad5696


#ad5696 Border Color

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

This div border color is #ad5696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5696


Comments

No comments written yet.

Please login to write comment.