Color Hex Logo

#ad649f Color Hex

#AD649F
(173,100,159)
0 Favorites   0 Comments

Color spaces of #ad649f

RGB 173100159
HSL0.870.310.54
HSV312°42°68°
CMYK 0.000.420.08   0.32
XYZ28.048820.501835.2798
Yxy20.50180.33460.2446
Hunter Lab45.278931.3368-14.5015
CIE-Lab52.399938.0588-19.4371

#ad649f color RGB value is (173,100,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100100 10011111
Octal 255 144 237
Decimal 173 100 159
Hex AD 64 9F

RGB Percentages of Color #ad649f

%40.05
%23.15
%36.81

CMYK Percentages of Color #ad649f

%0
%42
%8
%32

Triadic Colors of #ad649f

#ad649f #9fad64 #649fad

Analogous Colors of #ad649f

#ad649f #ad647b #9764ad

Monochromatic Colors of #ad649f

#ad649f

Complementary Color

#ad649f #64ad72

#ad649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad649f Color CSS Codes

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

#ad649f Text Font Color

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

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


#ad649f Background Color

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

This div background color is #ad649f


#ad649f Border Color

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

This div border color is #ad649f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,100,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 #ad649f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad649f


Comments

No comments written yet.

Please login to write comment.