Color Hex Logo

#ad617c Color Hex

#AD617C
(173,97,124)
0 Favorites   0 Comments

Color spaces of #ad617c

RGB 17397124
HSL0.940.320.53
HSV339°44°68°
CMYK 0.000.440.28   0.32
XYZ25.146418.888921.3893
Yxy18.88890.38440.2887
Hunter Lab43.461427.22131.2437
CIE-Lab50.557034.0998-1.5098

#ad617c color RGB value is (173,97,124).

#ad617c hex color red value is 173, green value is 97 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ad617c hue: 0.94 , saturation: 0.32 and the lightness value of ad617c is 0.53.

The process color (four color CMYK) of #ad617c color hex is 0.00, 0.44, 0.28, 0.32. Web safe color of #ad617c is #996666. Color #ad617c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100001 01111100
Octal 255 141 174
Decimal 173 97 124
Hex AD 61 7C

RGB Percentages of Color #ad617c

%43.91
%24.62
%31.47

CMYK Percentages of Color #ad617c

%0
%44
%28
%32

Triadic Colors of #ad617c

#ad617c #7cad61 #617cad

Analogous Colors of #ad617c

#ad617c #ad6c61 #ad61a2

Monochromatic Colors of #ad617c

#ad617c

Complementary Color

#ad617c #61ad92

#ad617c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad617c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad617c Color CSS Codes

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

#ad617c Text Font Color

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

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


#ad617c Background Color

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

This div background color is #ad617c


#ad617c Border Color

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

This div border color is #ad617c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad617c


Comments

No comments written yet.

Please login to write comment.