Color Hex Logo

#ad53cc Color Hex

#AD53CC
(173,83,204)
0 Favorites   0 Comments

Color spaces of #ad53cc

RGB 17383204
HSL0.790.540.56
HSV285°59°80°
CMYK 0.150.590.00   0.20
XYZ31.225919.430459.2314
Yxy19.43040.28420.1768
Hunter Lab44.079949.3082-48.8136
CIE-Lab51.187055.4086-47.4257

#ad53cc color RGB value is (173,83,204).

#ad53cc hex color red value is 173, green value is 83 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad53cc hue: 0.79 , saturation: 0.54 and the lightness value of ad53cc is 0.56.

The process color (four color CMYK) of #ad53cc color hex is 0.15, 0.59, 0.00, 0.20. Web safe color of #ad53cc is #9966cc. Color #ad53cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 11001100
Octal 255 123 314
Decimal 173 83 204
Hex AD 53 CC

RGB Percentages of Color #ad53cc

%37.61
%18.04
%44.35

CMYK Percentages of Color #ad53cc

%15
%59
%0
%20

Triadic Colors of #ad53cc

#ad53cc #ccad53 #53ccad

Analogous Colors of #ad53cc

#ad53cc #cc53af #7153cc

Monochromatic Colors of #ad53cc

#ad53cc

Complementary Color

#ad53cc #72cc53

#ad53cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad53cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad53cc Color CSS Codes

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

#ad53cc Text Font Color

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

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


#ad53cc Background Color

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

This div background color is #ad53cc


#ad53cc Border Color

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

This div border color is #ad53cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad53cc


Comments

No comments written yet.

Please login to write comment.