Color Hex Logo

#ad66ab Color Hex

#AD66AB
(173,102,171)
0 Favorites   0 Comments

Color spaces of #ad66ab

RGB 173102171
HSL0.840.300.54
HSV302°41°68°
CMYK 0.000.410.01   0.32
XYZ29.335621.327341.0985
Yxy21.32730.31970.2324
Hunter Lab46.181532.5699-20.4372
CIE-Lab53.305939.1684-25.0462

#ad66ab color RGB value is (173,102,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 10101011
Octal 255 146 253
Decimal 173 102 171
Hex AD 66 AB

RGB Percentages of Color #ad66ab

%38.79
%22.87
%38.34

CMYK Percentages of Color #ad66ab

%0
%41
%1
%32

Triadic Colors of #ad66ab

#ad66ab #abad66 #66abad

Analogous Colors of #ad66ab

#ad66ab #ad6688 #8c66ad

Monochromatic Colors of #ad66ab

#ad66ab

Complementary Color

#ad66ab #66ad68

#ad66ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad66ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad66ab Color CSS Codes

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

#ad66ab Text Font Color

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

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


#ad66ab Background Color

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

This div background color is #ad66ab


#ad66ab Border Color

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

This div border color is #ad66ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad66ab


Comments

No comments written yet.

Please login to write comment.