Color Hex Logo

#ad59bc Color Hex

#AD59BC
(173,89,188)
0 Favorites   0 Comments

Color spaces of #ad59bc

RGB 17389188
HSL0.810.420.54
HSV291°53°74°
CMYK 0.080.530.00   0.26
XYZ29.883119.659849.7967
Yxy19.65980.30080.1979
Hunter Lab44.339442.7085-35.5499
CIE-Lab51.450449.2553-37.7971

#ad59bc color RGB value is (173,89,188).

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

The process color (four color CMYK) of #ad59bc color hex is 0.08, 0.53, 0.00, 0.26. Web safe color of #ad59bc is #9966cc. Color #ad59bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011001 10111100
Octal 255 131 274
Decimal 173 89 188
Hex AD 59 BC

RGB Percentages of Color #ad59bc

%38.44
%19.78
%41.78

CMYK Percentages of Color #ad59bc

%8
%53
%0
%26

Triadic Colors of #ad59bc

#ad59bc #bcad59 #59bcad

Analogous Colors of #ad59bc

#ad59bc #bc599a #7c59bc

Monochromatic Colors of #ad59bc

#ad59bc

Complementary Color

#ad59bc #68bc59

#ad59bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad59bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad59bc Color CSS Codes

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

#ad59bc Text Font Color

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

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


#ad59bc Background Color

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

This div background color is #ad59bc


#ad59bc Border Color

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

This div border color is #ad59bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad59bc


Comments

No comments written yet.

Please login to write comment.