Color Hex Logo

#ad89dc Color Hex

#AD89DC
(173,137,220)
0 Favorites   0 Comments

Color spaces of #ad89dc

RGB 173137220
HSL0.740.540.70
HSV266°38°86°
CMYK 0.210.380.00   0.14
XYZ39.097531.942971.8151
Yxy31.94290.27370.2236
Hunter Lab56.518124.5744-35.7747
CIE-Lab63.295730.0633-37.3766

#ad89dc color RGB value is (173,137,220).

#ad89dc hex color red value is 173, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ad89dc hue: 0.74 , saturation: 0.54 and the lightness value of ad89dc is 0.70.

The process color (four color CMYK) of #ad89dc color hex is 0.21, 0.38, 0.00, 0.14. Web safe color of #ad89dc is #9999cc. Color #ad89dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 11011100
Octal 255 211 334
Decimal 173 137 220
Hex AD 89 DC

RGB Percentages of Color #ad89dc

%32.64
%25.85
%41.51

CMYK Percentages of Color #ad89dc

%21
%38
%0
%14

Triadic Colors of #ad89dc

#ad89dc #dcad89 #89dcad

Analogous Colors of #ad89dc

#ad89dc #d789dc #898fdc

Monochromatic Colors of #ad89dc

#ad89dc

Complementary Color

#ad89dc #b8dc89

#ad89dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad89dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad89dc Color CSS Codes

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

#ad89dc Text Font Color

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

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


#ad89dc Background Color

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

This div background color is #ad89dc


#ad89dc Border Color

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

This div border color is #ad89dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad89dc


Comments

No comments written yet.

Please login to write comment.