Color Hex Logo

#ad659f Color Hex

#AD659F
(173,101,159)
0 Favorites   0 Comments

Color spaces of #ad659f

RGB 173101159
HSL0.870.310.54
HSV312°42°68°
CMYK 0.000.420.08   0.32
XYZ28.145320.694835.3120
Yxy20.69480.33450.2459
Hunter Lab45.491530.8265-14.1787
CIE-Lab52.613837.5178-19.1100

#ad659f color RGB value is (173,101,159).

#ad659f hex color red value is 173, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ad659f hue: 0.87 , saturation: 0.31 and the lightness value of ad659f is 0.54.

The process color (four color CMYK) of #ad659f color hex is 0.00, 0.42, 0.08, 0.32. Web safe color of #ad659f is #996699. Color #ad659f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 10011111
Octal 255 145 237
Decimal 173 101 159
Hex AD 65 9F

RGB Percentages of Color #ad659f

%39.95
%23.33
%36.72

CMYK Percentages of Color #ad659f

%0
%42
%8
%32

Triadic Colors of #ad659f

#ad659f #9fad65 #659fad

Analogous Colors of #ad659f

#ad659f #ad657b #9765ad

Monochromatic Colors of #ad659f

#ad659f

Complementary Color

#ad659f #65ad73

#ad659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad659f Color CSS Codes

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

#ad659f Text Font Color

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

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


#ad659f Background Color

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

This div background color is #ad659f


#ad659f Border Color

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

This div border color is #ad659f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad659f


Comments

No comments written yet.

Please login to write comment.