Color Hex Logo

#ad63cd Color Hex

#AD63CD
(173,99,205)
0 Favorites   0 Comments

Color spaces of #ad63cd

RGB 17399205
HSL0.780.510.60
HSV282°52°80°
CMYK 0.160.520.00   0.20
XYZ32.714922.215760.3214
Yxy22.21570.28390.1928
Hunter Lab47.133541.4113-42.8857
CIE-Lab54.255147.5829-43.1312

#ad63cd color RGB value is (173,99,205).

#ad63cd hex color red value is 173, green value is 99 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad63cd hue: 0.78 , saturation: 0.51 and the lightness value of ad63cd is 0.60.

The process color (four color CMYK) of #ad63cd color hex is 0.16, 0.52, 0.00, 0.20. Web safe color of #ad63cd is #9966cc. Color #ad63cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100011 11001101
Octal 255 143 315
Decimal 173 99 205
Hex AD 63 CD

RGB Percentages of Color #ad63cd

%36.27
%20.75
%42.98

CMYK Percentages of Color #ad63cd

%16
%52
%0
%20

Triadic Colors of #ad63cd

#ad63cd #cdad63 #63cdad

Analogous Colors of #ad63cd

#ad63cd #cd63b8 #7863cd

Monochromatic Colors of #ad63cd

#ad63cd

Complementary Color

#ad63cd #83cd63

#ad63cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad63cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad63cd Color CSS Codes

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

#ad63cd Text Font Color

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

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


#ad63cd Background Color

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

This div background color is #ad63cd


#ad63cd Border Color

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

This div border color is #ad63cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad63cd


Comments

No comments written yet.

Please login to write comment.