Color Hex Logo

#ad6aab Color Hex

#AD6AAB
(173,106,171)
0 Favorites   0 Comments

Color spaces of #ad6aab

RGB 173106171
HSL0.840.290.55
HSV302°39°68°
CMYK 0.000.390.01   0.32
XYZ29.738322.132641.2327
Yxy22.13260.31940.2377
Hunter Lab47.045330.5043-19.0328
CIE-Lab54.167436.9939-23.7179

#ad6aab color RGB value is (173,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101010 10101011
Octal 255 152 253
Decimal 173 106 171
Hex AD 6A AB

RGB Percentages of Color #ad6aab

%38.44
%23.56
%38.00

CMYK Percentages of Color #ad6aab

%0
%39
%1
%32

Triadic Colors of #ad6aab

#ad6aab #abad6a #6aabad

Analogous Colors of #ad6aab

#ad6aab #ad6a8a #8e6aad

Monochromatic Colors of #ad6aab

#ad6aab

Complementary Color

#ad6aab #6aad6c

#ad6aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6aab Color CSS Codes

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

#ad6aab Text Font Color

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

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


#ad6aab Background Color

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

This div background color is #ad6aab


#ad6aab Border Color

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

This div border color is #ad6aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6aab


Comments

No comments written yet.

Please login to write comment.