Color Hex Logo

#ad6699 Color Hex

#AD6699
(173,102,153)
0 Favorites   0 Comments

Color spaces of #ad6699

RGB 173102153
HSL0.880.300.54
HSV317°41°68°
CMYK 0.000.410.12   0.32
XYZ27.734720.686932.6682
Yxy20.68690.34200.2551
Hunter Lab45.482929.2514-10.7472
CIE-Lab52.605135.9269-15.6064

#ad6699 color RGB value is (173,102,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 10011001
Octal 255 146 231
Decimal 173 102 153
Hex AD 66 99

RGB Percentages of Color #ad6699

%40.42
%23.83
%35.75

CMYK Percentages of Color #ad6699

%0
%41
%12
%32

Triadic Colors of #ad6699

#ad6699 #99ad66 #6699ad

Analogous Colors of #ad6699

#ad6699 #ad6676 #9e66ad

Monochromatic Colors of #ad6699

#ad6699

Complementary Color

#ad6699 #66ad7a

#ad6699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6699 Color CSS Codes

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

#ad6699 Text Font Color

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

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


#ad6699 Background Color

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

This div background color is #ad6699


#ad6699 Border Color

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

This div border color is #ad6699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6699


Comments

No comments written yet.

Please login to write comment.