Color Hex Logo

#ad5698 Color Hex

#AD5698
(173,86,152)
0 Favorites   0 Comments

Color spaces of #ad5698

RGB 17386152
HSL0.870.350.51
HSV314°50°68°
CMYK 0.000.500.12   0.32
XYZ26.228917.806831.7604
Yxy17.80680.34600.2349
Hunter Lab42.198137.1028-15.0859
CIE-Lab49.260944.2275-20.1204

#ad5698 color RGB value is (173,86,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 10011000
Octal 255 126 230
Decimal 173 86 152
Hex AD 56 98

RGB Percentages of Color #ad5698

%42.09
%20.92
%36.98

CMYK Percentages of Color #ad5698

%0
%50
%12
%32

Triadic Colors of #ad5698

#ad5698 #98ad56 #5698ad

Analogous Colors of #ad5698

#ad5698 #ad566d #9756ad

Monochromatic Colors of #ad5698

#ad5698

Complementary Color

#ad5698 #56ad6b

#ad5698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5698 Color CSS Codes

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

#ad5698 Text Font Color

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

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


#ad5698 Background Color

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

This div background color is #ad5698


#ad5698 Border Color

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

This div border color is #ad5698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5698


Comments

No comments written yet.

Please login to write comment.