Color Hex Logo

#ad40bd Color Hex

#AD40BD
(173,64,189)
0 Favorites   0 Comments

Color spaces of #ad40bd

RGB 17364189
HSL0.810.490.50
HSV292°66°74°
CMYK 0.080.660.00   0.26
XYZ28.252316.225249.7868
Yxy16.22520.29970.1721
Hunter Lab40.280554.7070-45.0862
CIE-Lab47.268660.9796-44.9969

#ad40bd color RGB value is (173,64,189).

#ad40bd hex color red value is 173, green value is 64 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad40bd hue: 0.81 , saturation: 0.49 and the lightness value of ad40bd is 0.50.

The process color (four color CMYK) of #ad40bd color hex is 0.08, 0.66, 0.00, 0.26. Web safe color of #ad40bd is #9933cc. Color #ad40bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 10111101
Octal 255 100 275
Decimal 173 64 189
Hex AD 40 BD

RGB Percentages of Color #ad40bd

%40.61
%15.02
%44.37

CMYK Percentages of Color #ad40bd

%8
%66
%0
%26

Triadic Colors of #ad40bd

#ad40bd #bdad40 #40bdad

Analogous Colors of #ad40bd

#ad40bd #bd408f #6f40bd

Monochromatic Colors of #ad40bd

#ad40bd

Complementary Color

#ad40bd #50bd40

#ad40bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad40bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad40bd Color CSS Codes

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

#ad40bd Text Font Color

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

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


#ad40bd Background Color

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

This div background color is #ad40bd


#ad40bd Border Color

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

This div border color is #ad40bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad40bd


Comments

No comments written yet.

Please login to write comment.