Color Hex Logo

#ad89bd Color Hex

#AD89BD
(173,137,189)
1 Favorites   0 Comments

Color spaces of #ad89bd

RGB 173137189
HSL0.780.280.64
HSV282°28°74°
CMYK 0.080.280.00   0.26
XYZ35.364530.449752.1576
Yxy30.44970.29980.2581
Hunter Lab55.181217.8297-17.4143
CIE-Lab62.040323.2414-21.9363

#ad89bd color RGB value is (173,137,189).

#ad89bd hex color red value is 173, green value is 137 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad89bd hue: 0.78 , saturation: 0.28 and the lightness value of ad89bd is 0.64.

The process color (four color CMYK) of #ad89bd color hex is 0.08, 0.28, 0.00, 0.26. Web safe color of #ad89bd is #9999cc. Color #ad89bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 10111101
Octal 255 211 275
Decimal 173 137 189
Hex AD 89 BD

RGB Percentages of Color #ad89bd

%34.67
%27.45
%37.88

CMYK Percentages of Color #ad89bd

%8
%28
%0
%26

Triadic Colors of #ad89bd

#ad89bd #bdad89 #89bdad

Analogous Colors of #ad89bd

#ad89bd #bd89b3 #9389bd

Monochromatic Colors of #ad89bd

#ad89bd

Complementary Color

#ad89bd #99bd89

#ad89bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad89bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad89bd Color CSS Codes

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

#ad89bd Text Font Color

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

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


#ad89bd Background Color

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

This div background color is #ad89bd


#ad89bd Border Color

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

This div border color is #ad89bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad89bd


Comments

No comments written yet.

Please login to write comment.