Color Hex Logo

#ad63ce Color Hex

#AD63CE
(173,99,206)
0 Favorites   0 Comments

Color spaces of #ad63ce

RGB 17399206
HSL0.780.520.60
HSV281°52°81°
CMYK 0.160.520.00   0.19
XYZ32.836022.264160.9593
Yxy22.26410.28290.1918
Hunter Lab47.184841.6449-43.5689
CIE-Lab54.306147.7950-43.6203

#ad63ce color RGB value is (173,99,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100011 11001110
Octal 255 143 316
Decimal 173 99 206
Hex AD 63 CE

RGB Percentages of Color #ad63ce

%36.19
%20.71
%43.10

CMYK Percentages of Color #ad63ce

%16
%52
%0
%19

Triadic Colors of #ad63ce

#ad63ce #cead63 #63cead

Analogous Colors of #ad63ce

#ad63ce #ce63ba #7863ce

Monochromatic Colors of #ad63ce

#ad63ce

Complementary Color

#ad63ce #84ce63

#ad63ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad63ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad63ce Color CSS Codes

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

#ad63ce Text Font Color

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

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


#ad63ce Background Color

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

This div background color is #ad63ce


#ad63ce Border Color

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

This div border color is #ad63ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad63ce


Comments

No comments written yet.

Please login to write comment.