Color Hex Logo

#ad659e Color Hex

#AD659E
(173,101,158)
0 Favorites   0 Comments

Color spaces of #ad659e

RGB 173101158
HSL0.870.310.54
HSV313°42°68°
CMYK 0.000.420.09   0.32
XYZ28.058820.660234.8567
Yxy20.66020.33570.2472
Hunter Lab45.453530.6458-13.6500
CIE-Lab52.575637.3410-18.5828

#ad659e color RGB value is (173,101,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 10011110
Octal 255 145 236
Decimal 173 101 158
Hex AD 65 9E

RGB Percentages of Color #ad659e

%40.05
%23.38
%36.57

CMYK Percentages of Color #ad659e

%0
%42
%9
%32

Triadic Colors of #ad659e

#ad659e #9ead65 #659ead

Analogous Colors of #ad659e

#ad659e #ad657a #9865ad

Monochromatic Colors of #ad659e

#ad659e

Complementary Color

#ad659e #65ad74

#ad659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad659e Color CSS Codes

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

#ad659e Text Font Color

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

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


#ad659e Background Color

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

This div background color is #ad659e


#ad659e Border Color

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

This div border color is #ad659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad659e


Comments

No comments written yet.

Please login to write comment.