Color Hex Logo

#ad17bd Color Hex

#AD17BD
(173,23,189)
0 Favorites   0 Comments

Color spaces of #ad17bd

RGB 17323189
HSL0.820.780.42
HSV294°88°74°
CMYK 0.080.880.00   0.26
XYZ26.725313.171249.2778
Yxy13.17120.29970.1477
Hunter Lab36.292167.9350-55.1000
CIE-Lab43.020173.1685-51.7950

#ad17bd color RGB value is (173,23,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010111 10111101
Octal 255 27 275
Decimal 173 23 189
Hex AD 17 BD

RGB Percentages of Color #ad17bd

%44.94
%5.97
%49.09

CMYK Percentages of Color #ad17bd

%8
%88
%0
%26

Triadic Colors of #ad17bd

#ad17bd #bdad17 #17bdad

Analogous Colors of #ad17bd

#ad17bd #bd177a #5a17bd

Monochromatic Colors of #ad17bd

#ad17bd

Complementary Color

#ad17bd #27bd17

#ad17bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad17bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad17bd Color CSS Codes

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

#ad17bd Text Font Color

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

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


#ad17bd Background Color

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

This div background color is #ad17bd


#ad17bd Border Color

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

This div border color is #ad17bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad17bd


Comments

No comments written yet.

Please login to write comment.