Color Hex Logo

#ad89cc Color Hex

#AD89CC
(173,137,204)
0 Favorites   0 Comments

Color spaces of #ad89cc

RGB 173137204
HSL0.760.400.67
HSV272°33°80°
CMYK 0.150.330.00   0.20
XYZ37.078331.135261.1822
Yxy31.13520.28650.2406
Hunter Lab55.798920.9649-25.9508
CIE-Lab62.621626.4537-29.4839

#ad89cc color RGB value is (173,137,204).

#ad89cc hex color red value is 173, green value is 137 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad89cc hue: 0.76 , saturation: 0.40 and the lightness value of ad89cc is 0.67.

The process color (four color CMYK) of #ad89cc color hex is 0.15, 0.33, 0.00, 0.20. Web safe color of #ad89cc is #9999cc. Color #ad89cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 11001100
Octal 255 211 314
Decimal 173 137 204
Hex AD 89 CC

RGB Percentages of Color #ad89cc

%33.66
%26.65
%39.69

CMYK Percentages of Color #ad89cc

%15
%33
%0
%20

Triadic Colors of #ad89cc

#ad89cc #ccad89 #89ccad

Analogous Colors of #ad89cc

#ad89cc #cc89ca #8c89cc

Monochromatic Colors of #ad89cc

#ad89cc

Complementary Color

#ad89cc #a8cc89

#ad89cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad89cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad89cc Color CSS Codes

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

#ad89cc Text Font Color

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

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


#ad89cc Background Color

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

This div background color is #ad89cc


#ad89cc Border Color

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

This div border color is #ad89cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad89cc

#ad89cc Color Palettes


Comments

No comments written yet.

Please login to write comment.