Color Hex Logo

#ad59ba Color Hex

#AD59BA
(173,89,186)
0 Favorites   0 Comments

Color spaces of #ad59ba

RGB 17389186
HSL0.810.410.54
HSV292°52°73°
CMYK 0.070.520.00   0.27
XYZ29.668919.574248.6688
Yxy19.57420.30300.1999
Hunter Lab44.242742.2762-34.2515
CIE-Lab51.352348.8636-36.7938

#ad59ba color RGB value is (173,89,186).

#ad59ba hex color red value is 173, green value is 89 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ad59ba hue: 0.81 , saturation: 0.41 and the lightness value of ad59ba is 0.54.

The process color (four color CMYK) of #ad59ba color hex is 0.07, 0.52, 0.00, 0.27. Web safe color of #ad59ba is #9966cc. Color #ad59ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011001 10111010
Octal 255 131 272
Decimal 173 89 186
Hex AD 59 BA

RGB Percentages of Color #ad59ba

%38.62
%19.87
%41.52

CMYK Percentages of Color #ad59ba

%7
%52
%0
%27

Triadic Colors of #ad59ba

#ad59ba #baad59 #59baad

Analogous Colors of #ad59ba

#ad59ba #ba5997 #7d59ba

Monochromatic Colors of #ad59ba

#ad59ba

Complementary Color

#ad59ba #66ba59

#ad59ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad59ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad59ba Color CSS Codes

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

#ad59ba Text Font Color

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

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


#ad59ba Background Color

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

This div background color is #ad59ba


#ad59ba Border Color

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

This div border color is #ad59ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad59ba


Comments

No comments written yet.

Please login to write comment.