Color Hex Logo

#ad649d Color Hex

#AD649D
(173,100,157)
0 Favorites   0 Comments

Color spaces of #ad649d

RGB 173100157
HSL0.870.310.54
HSV313°42°68°
CMYK 0.000.420.09   0.32
XYZ27.876620.432934.3730
Yxy20.43290.33720.2471
Hunter Lab45.202830.9763-13.4433
CIE-Lab52.323237.7068-18.3822

#ad649d color RGB value is (173,100,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100100 10011101
Octal 255 144 235
Decimal 173 100 157
Hex AD 64 9D

RGB Percentages of Color #ad649d

%40.23
%23.26
%36.51

CMYK Percentages of Color #ad649d

%0
%42
%9
%32

Triadic Colors of #ad649d

#ad649d #9dad64 #649dad

Analogous Colors of #ad649d

#ad649d #ad6479 #9964ad

Monochromatic Colors of #ad649d

#ad649d

Complementary Color

#ad649d #64ad74

#ad649d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad649d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad649d Color CSS Codes

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

#ad649d Text Font Color

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

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


#ad649d Background Color

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

This div background color is #ad649d


#ad649d Border Color

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

This div border color is #ad649d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad649d


Comments

No comments written yet.

Please login to write comment.