Color Hex Logo

#ad61bd Color Hex

#AD61BD
(173,97,189)
0 Favorites   0 Comments

Color spaces of #ad61bd

RGB 17397189
HSL0.800.410.56
HSV290°49°74°
CMYK 0.080.490.00   0.26
XYZ30.693621.107750.6006
Yxy21.10770.29970.2061
Hunter Lab45.943138.8515-33.1403
CIE-Lab53.067245.3328-35.8343

#ad61bd color RGB value is (173,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100001 10111101
Octal 255 141 275
Decimal 173 97 189
Hex AD 61 BD

RGB Percentages of Color #ad61bd

%37.69
%21.13
%41.18

CMYK Percentages of Color #ad61bd

%8
%49
%0
%26

Triadic Colors of #ad61bd

#ad61bd #bdad61 #61bdad

Analogous Colors of #ad61bd

#ad61bd #bd619f #7f61bd

Monochromatic Colors of #ad61bd

#ad61bd

Complementary Color

#ad61bd #71bd61

#ad61bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad61bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad61bd Color CSS Codes

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

#ad61bd Text Font Color

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

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


#ad61bd Background Color

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

This div background color is #ad61bd


#ad61bd Border Color

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

This div border color is #ad61bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad61bd


Comments

No comments written yet.

Please login to write comment.