Color Hex Logo

#ad32cc Color Hex

#AD32CC
(173,50,204)
0 Favorites   0 Comments

Color spaces of #ad32cc

RGB 17350204
HSL0.800.610.50
HSV288°75°80°
CMYK 0.150.750.00   0.20
XYZ29.273315.525158.5805
Yxy15.52510.28320.1502
Hunter Lab39.401963.6617-60.5677
CIE-Lab46.345268.9320-55.1734

#ad32cc color RGB value is (173,50,204).

#ad32cc hex color red value is 173, green value is 50 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad32cc hue: 0.80 , saturation: 0.61 and the lightness value of ad32cc is 0.50.

The process color (four color CMYK) of #ad32cc color hex is 0.15, 0.75, 0.00, 0.20. Web safe color of #ad32cc is #9933cc. Color #ad32cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110010 11001100
Octal 255 62 314
Decimal 173 50 204
Hex AD 32 CC

RGB Percentages of Color #ad32cc

%40.52
%11.71
%47.78

CMYK Percentages of Color #ad32cc

%15
%75
%0
%20

Triadic Colors of #ad32cc

#ad32cc #ccad32 #32ccad

Analogous Colors of #ad32cc

#ad32cc #cc329e #6032cc

Monochromatic Colors of #ad32cc

#ad32cc

Complementary Color

#ad32cc #51cc32

#ad32cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad32cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad32cc Color CSS Codes

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

#ad32cc Text Font Color

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

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


#ad32cc Background Color

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

This div background color is #ad32cc


#ad32cc Border Color

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

This div border color is #ad32cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,50,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad32cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad32cc


Comments

No comments written yet.

Please login to write comment.