Color Hex Logo

#ad16bd Color Hex

#AD16BD
(173,22,189)
0 Favorites   0 Comments

Color spaces of #ad16bd

RGB 17322189
HSL0.820.790.41
HSV294°88°74°
CMYK 0.080.880.00   0.26
XYZ26.705813.132249.2713
Yxy13.13220.29970.1474
Hunter Lab36.238468.1281-55.2464
CIE-Lab42.961873.3402-51.8888

#ad16bd color RGB value is (173,22,189).

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

The process color (four color CMYK) of #ad16bd color hex is 0.08, 0.88, 0.00, 0.26. Web safe color of #ad16bd is #9900cc. Color #ad16bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010110 10111101
Octal 255 26 275
Decimal 173 22 189
Hex AD 16 BD

RGB Percentages of Color #ad16bd

%45.05
%5.73
%49.22

CMYK Percentages of Color #ad16bd

%8
%88
%0
%26

Triadic Colors of #ad16bd

#ad16bd #bdad16 #16bdad

Analogous Colors of #ad16bd

#ad16bd #bd167a #5a16bd

Monochromatic Colors of #ad16bd

#ad16bd

Complementary Color

#ad16bd #26bd16

#ad16bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad16bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad16bd Color CSS Codes

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

#ad16bd Text Font Color

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

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


#ad16bd Background Color

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

This div background color is #ad16bd


#ad16bd Border Color

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

This div border color is #ad16bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad16bd


Comments

No comments written yet.

Please login to write comment.