Color Hex Logo

#ad16fc Color Hex

#AD16FC
(173,22,252)
0 Favorites   0 Comments

Color spaces of #ad16fc

RGB 17322252
HSL0.780.970.54
HSV279°91°99°
CMYK 0.310.910.00   0.01
XYZ35.091216.486393.4281
Yxy16.48630.24200.1137
Hunter Lab40.603383.2118-108.0037
CIE-Lab47.606184.5289-80.3848

#ad16fc color RGB value is (173,22,252).

#ad16fc hex color red value is 173, green value is 22 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ad16fc hue: 0.78 , saturation: 0.97 and the lightness value of ad16fc is 0.54.

The process color (four color CMYK) of #ad16fc color hex is 0.31, 0.91, 0.00, 0.01. Web safe color of #ad16fc is #9900ff. Color #ad16fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010110 11111100
Octal 255 26 374
Decimal 173 22 252
Hex AD 16 FC

RGB Percentages of Color #ad16fc

%38.70
%4.92
%56.38

CMYK Percentages of Color #ad16fc

%31
%91
%0
%1

Triadic Colors of #ad16fc

#ad16fc #fcad16 #16fcad

Analogous Colors of #ad16fc

#ad16fc #fc16d8 #3a16fc

Monochromatic Colors of #ad16fc

#ad16fc

Complementary Color

#ad16fc #65fc16

#ad16fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad16fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad16fc Color CSS Codes

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

#ad16fc Text Font Color

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

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


#ad16fc Background Color

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

This div background color is #ad16fc


#ad16fc Border Color

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

This div border color is #ad16fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad16fc


Comments

No comments written yet.

Please login to write comment.