Color Hex Logo

#ad73bd Color Hex

#AD73BD
(173,115,189)
0 Favorites   0 Comments

Color spaces of #ad73bd

RGB 173115189
HSL0.800.360.60
HSV287°39°74°
CMYK 0.080.390.00   0.26
XYZ32.549624.819851.2193
Yxy24.81980.29980.2286
Hunter Lab49.819529.4391-26.0823
CIE-Lab56.899435.5939-29.8558

#ad73bd color RGB value is (173,115,189).

#ad73bd hex color red value is 173, green value is 115 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad73bd hue: 0.80 , saturation: 0.36 and the lightness value of ad73bd is 0.60.

The process color (four color CMYK) of #ad73bd color hex is 0.08, 0.39, 0.00, 0.26. Web safe color of #ad73bd is #9966cc. Color #ad73bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 10111101
Octal 255 163 275
Decimal 173 115 189
Hex AD 73 BD

RGB Percentages of Color #ad73bd

%36.27
%24.11
%39.62

CMYK Percentages of Color #ad73bd

%8
%39
%0
%26

Triadic Colors of #ad73bd

#ad73bd #bdad73 #73bdad

Analogous Colors of #ad73bd

#ad73bd #bd73a8 #8873bd

Monochromatic Colors of #ad73bd

#ad73bd

Complementary Color

#ad73bd #83bd73

#ad73bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad73bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad73bd Color CSS Codes

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

#ad73bd Text Font Color

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

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


#ad73bd Background Color

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

This div background color is #ad73bd


#ad73bd Border Color

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

This div border color is #ad73bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad73bd


Comments

No comments written yet.

Please login to write comment.