Color Hex Logo

#ad669a Color Hex

#AD669A
(173,102,154)
0 Favorites   0 Comments

Color spaces of #ad669a

RGB 173102154
HSL0.880.300.54
HSV316°41°68°
CMYK 0.000.410.11   0.32
XYZ27.817720.720133.1051
Yxy20.72010.34070.2538
Hunter Lab45.519329.4258-11.2566
CIE-Lab52.641836.0993-16.1374

#ad669a color RGB value is (173,102,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 10011010
Octal 255 146 232
Decimal 173 102 154
Hex AD 66 9A

RGB Percentages of Color #ad669a

%40.33
%23.78
%35.90

CMYK Percentages of Color #ad669a

%0
%41
%11
%32

Triadic Colors of #ad669a

#ad669a #9aad66 #669aad

Analogous Colors of #ad669a

#ad669a #ad6677 #9d66ad

Monochromatic Colors of #ad669a

#ad669a

Complementary Color

#ad669a #66ad79

#ad669a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad669a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad669a Color CSS Codes

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

#ad669a Text Font Color

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

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


#ad669a Background Color

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

This div background color is #ad669a


#ad669a Border Color

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

This div border color is #ad669a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad669a


Comments

No comments written yet.

Please login to write comment.