Color Hex Logo

#ad617d Color Hex

#AD617D
(173,97,125)
0 Favorites   0 Comments

Color spaces of #ad617d

RGB 17397125
HSL0.940.320.53
HSV338°44°68°
CMYK 0.000.440.28   0.32
XYZ25.209918.914321.7242
Yxy18.91430.38280.2872
Hunter Lab43.490627.36140.8271
CIE-Lab50.586834.2413-2.0620

#ad617d color RGB value is (173,97,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100001 01111101
Octal 255 141 175
Decimal 173 97 125
Hex AD 61 7D

RGB Percentages of Color #ad617d

%43.80
%24.56
%31.65

CMYK Percentages of Color #ad617d

%0
%44
%28
%32

Triadic Colors of #ad617d

#ad617d #7dad61 #617dad

Analogous Colors of #ad617d

#ad617d #ad6b61 #ad61a3

Monochromatic Colors of #ad617d

#ad617d

Complementary Color

#ad617d #61ad91

#ad617d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad617d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad617d Color CSS Codes

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

#ad617d Text Font Color

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

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


#ad617d Background Color

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

This div background color is #ad617d


#ad617d Border Color

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

This div border color is #ad617d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad617d


Comments

No comments written yet.

Please login to write comment.