Color Hex Logo

#ad8099 Color Hex

#AD8099
(173,128,153)
0 Favorites   0 Comments

Color spaces of #ad8099

RGB 173128153
HSL0.910.220.59
HSV327°26°68°
CMYK 0.000.260.12   0.32
XYZ30.702526.622533.6574
Yxy26.62250.33750.2926
Hunter Lab51.597015.9207-2.5578
CIE-Lab58.623321.4172-6.5683

#ad8099 color RGB value is (173,128,153).

#ad8099 hex color red value is 173, green value is 128 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ad8099 hue: 0.91 , saturation: 0.22 and the lightness value of ad8099 is 0.59.

The process color (four color CMYK) of #ad8099 color hex is 0.00, 0.26, 0.12, 0.32. Web safe color of #ad8099 is #999999. Color #ad8099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000000 10011001
Octal 255 200 231
Decimal 173 128 153
Hex AD 80 99

RGB Percentages of Color #ad8099

%38.11
%28.19
%33.70

CMYK Percentages of Color #ad8099

%0
%26
%12
%32

Triadic Colors of #ad8099

#ad8099 #99ad80 #8099ad

Analogous Colors of #ad8099

#ad8099 #ad8083 #ab80ad

Monochromatic Colors of #ad8099

#ad8099

Complementary Color

#ad8099 #80ad94

#ad8099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8099 Color CSS Codes

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

#ad8099 Text Font Color

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

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


#ad8099 Background Color

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

This div background color is #ad8099


#ad8099 Border Color

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

This div border color is #ad8099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8099


Comments

No comments written yet.

Please login to write comment.