Color Hex Logo

#ad19bd Color Hex

#AD19BD
(173,25,189)
0 Favorites   0 Comments

Color spaces of #ad19bd

RGB 17325189
HSL0.820.770.42
HSV294°87°74°
CMYK 0.080.870.00   0.26
XYZ26.766513.253649.2916
Yxy13.25360.29970.1484
Hunter Lab36.405567.5294-54.7925
CIE-Lab43.142972.8074-51.5976

#ad19bd color RGB value is (173,25,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011001 10111101
Octal 255 31 275
Decimal 173 25 189
Hex AD 19 BD

RGB Percentages of Color #ad19bd

%44.70
%6.46
%48.84

CMYK Percentages of Color #ad19bd

%8
%87
%0
%26

Triadic Colors of #ad19bd

#ad19bd #bdad19 #19bdad

Analogous Colors of #ad19bd

#ad19bd #bd197b #5b19bd

Monochromatic Colors of #ad19bd

#ad19bd

Complementary Color

#ad19bd #29bd19

#ad19bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad19bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad19bd Color CSS Codes

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

#ad19bd Text Font Color

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

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


#ad19bd Background Color

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

This div background color is #ad19bd


#ad19bd Border Color

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

This div border color is #ad19bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad19bd


Comments

No comments written yet.

Please login to write comment.