Color Hex Logo

#ad63ff Color Hex

#AD63FF
(173,99,255)
0 Favorites   0 Comments

Color spaces of #ad63ff

RGB 17399255
HSL0.751.000.69
HSV268°61°100°
CMYK 0.320.610.00   0.00
XYZ39.745425.027997.3438
Yxy25.02790.24520.1544
Hunter Lab50.027954.2632-80.3464
CIE-Lab57.102658.8003-66.6304

#ad63ff color RGB value is (173,99,255).

#ad63ff hex color red value is 173, green value is 99 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ad63ff hue: 0.75 , saturation: 1.00 and the lightness value of ad63ff is 0.69.

The process color (four color CMYK) of #ad63ff color hex is 0.32, 0.61, 0.00, 0.00. Web safe color of #ad63ff is #9966ff. Color #ad63ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100011 11111111
Octal 255 143 377
Decimal 173 99 255
Hex AD 63 FF

RGB Percentages of Color #ad63ff

%32.83
%18.79
%48.39

CMYK Percentages of Color #ad63ff

%32
%61
%0
%0

Triadic Colors of #ad63ff

#ad63ff #ffad63 #63ffad

Analogous Colors of #ad63ff

#ad63ff #fb63ff #6367ff

Monochromatic Colors of #ad63ff

#ad63ff

Complementary Color

#ad63ff #b5ff63

#ad63ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad63ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad63ff Color CSS Codes

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

#ad63ff Text Font Color

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

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


#ad63ff Background Color

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

This div background color is #ad63ff


#ad63ff Border Color

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

This div border color is #ad63ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad63ff


Comments

No comments written yet.

Please login to write comment.