Color Hex Logo

#ad32bd Color Hex

#AD32BD
(173,50,189)
0 Favorites   0 Comments

Color spaces of #ad32bd

RGB 17350189
HSL0.810.580.47
HSV293°74°74°
CMYK 0.080.740.00   0.26
XYZ27.559514.839649.5559
Yxy14.83960.29970.1614
Hunter Lab38.522260.2884-49.3066
CIE-Lab45.413766.2245-47.9563

#ad32bd color RGB value is (173,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110010 10111101
Octal 255 62 275
Decimal 173 50 189
Hex AD 32 BD

RGB Percentages of Color #ad32bd

%41.99
%12.14
%45.87

CMYK Percentages of Color #ad32bd

%8
%74
%0
%26

Triadic Colors of #ad32bd

#ad32bd #bdad32 #32bdad

Analogous Colors of #ad32bd

#ad32bd #bd3288 #6832bd

Monochromatic Colors of #ad32bd

#ad32bd

Complementary Color

#ad32bd #42bd32

#ad32bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad32bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad32bd Color CSS Codes

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

#ad32bd Text Font Color

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

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


#ad32bd Background Color

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

This div background color is #ad32bd


#ad32bd Border Color

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

This div border color is #ad32bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad32bd


Comments

No comments written yet.

Please login to write comment.