Color Hex Logo

#ad7dab Color Hex

#AD7DAB
(173,125,171)
0 Favorites   0 Comments

Color spaces of #ad7dab

RGB 173125171
HSL0.840.230.58
HSV303°28°68°
CMYK 0.000.280.01   0.32
XYZ31.917926.491741.9592
Yxy26.49170.31800.2639
Hunter Lab51.470120.6197-12.3050
CIE-Lab58.500926.4134-17.0914

#ad7dab color RGB value is (173,125,171).

#ad7dab hex color red value is 173, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ad7dab hue: 0.84 , saturation: 0.23 and the lightness value of ad7dab is 0.58.

The process color (four color CMYK) of #ad7dab color hex is 0.00, 0.28, 0.01, 0.32. Web safe color of #ad7dab is #996699. Color #ad7dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111101 10101011
Octal 255 175 253
Decimal 173 125 171
Hex AD 7D AB

RGB Percentages of Color #ad7dab

%36.89
%26.65
%36.46

CMYK Percentages of Color #ad7dab

%0
%28
%1
%32

Triadic Colors of #ad7dab

#ad7dab #abad7d #7dabad

Analogous Colors of #ad7dab

#ad7dab #ad7d93 #977dad

Monochromatic Colors of #ad7dab

#ad7dab

Complementary Color

#ad7dab #7dad7f

#ad7dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7dab Color CSS Codes

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

#ad7dab Text Font Color

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

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


#ad7dab Background Color

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

This div background color is #ad7dab


#ad7dab Border Color

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

This div border color is #ad7dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7dab


Comments

No comments written yet.

Please login to write comment.