Color Hex Logo

#ad79bd Color Hex

#AD79BD
(173,121,189)
0 Favorites   0 Comments

Color spaces of #ad79bd

RGB 173121189
HSL0.790.340.61
HSV286°36°74°
CMYK 0.080.360.00   0.26
XYZ33.256326.233151.4548
Yxy26.23310.29980.2365
Hunter Lab51.218326.2691-23.7110
CIE-Lab58.257632.2530-27.7520

#ad79bd color RGB value is (173,121,189).

#ad79bd hex color red value is 173, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad79bd hue: 0.79 , saturation: 0.34 and the lightness value of ad79bd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111001 10111101
Octal 255 171 275
Decimal 173 121 189
Hex AD 79 BD

RGB Percentages of Color #ad79bd

%35.82
%25.05
%39.13

CMYK Percentages of Color #ad79bd

%8
%36
%0
%26

Triadic Colors of #ad79bd

#ad79bd #bdad79 #79bdad

Analogous Colors of #ad79bd

#ad79bd #bd79ab #8b79bd

Monochromatic Colors of #ad79bd

#ad79bd

Complementary Color

#ad79bd #89bd79

#ad79bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad79bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad79bd Color CSS Codes

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

#ad79bd Text Font Color

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

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


#ad79bd Background Color

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

This div background color is #ad79bd


#ad79bd Border Color

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

This div border color is #ad79bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad79bd


Comments

No comments written yet.

Please login to write comment.