Color Hex Logo

#ad16fe Color Hex

#AD16FE
(173,22,254)
0 Favorites   0 Comments

Color spaces of #ad16fe

RGB 17322254
HSL0.780.990.54
HSV279°91°100°
CMYK 0.320.910.00   0.00
XYZ35.409916.613895.1064
Yxy16.61380.24070.1129
Hunter Lab40.760083.7402-109.8108
CIE-Lab47.769784.9066-81.2341

#ad16fe color RGB value is (173,22,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010110 11111110
Octal 255 26 376
Decimal 173 22 254
Hex AD 16 FE

RGB Percentages of Color #ad16fe

%38.53
%4.90
%56.57

CMYK Percentages of Color #ad16fe

%32
%91
%0
%0

Triadic Colors of #ad16fe

#ad16fe #fead16 #16fead

Analogous Colors of #ad16fe

#ad16fe #fe16db #3916fe

Monochromatic Colors of #ad16fe

#ad16fe

Complementary Color

#ad16fe #67fe16

#ad16fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad16fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad16fe Color CSS Codes

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

#ad16fe Text Font Color

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

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


#ad16fe Background Color

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

This div background color is #ad16fe


#ad16fe Border Color

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

This div border color is #ad16fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad16fe

Related Colors


Comments

No comments written yet.

Please login to write comment.