Color Hex Logo

#ad17fa Color Hex

#AD17FA
(173,23,250)
0 Favorites   0 Comments

Color spaces of #ad17fa

RGB 17323250
HSL0.780.960.54
HSV280°91°98°
CMYK 0.310.910.00   0.02
XYZ34.795316.399291.7739
Yxy16.39920.24340.1147
Hunter Lab40.495982.5046-106.0188
CIE-Lab47.493984.0015-79.4499

#ad17fa color RGB value is (173,23,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010111 11111010
Octal 255 27 372
Decimal 173 23 250
Hex AD 17 FA

RGB Percentages of Color #ad17fa

%38.79
%5.16
%56.05

CMYK Percentages of Color #ad17fa

%31
%91
%0
%2

Triadic Colors of #ad17fa

#ad17fa #faad17 #17faad

Analogous Colors of #ad17fa

#ad17fa #fa17d6 #3c17fa

Monochromatic Colors of #ad17fa

#ad17fa

Complementary Color

#ad17fa #64fa17

#ad17fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad17fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad17fa Color CSS Codes

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

#ad17fa Text Font Color

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

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


#ad17fa Background Color

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

This div background color is #ad17fa


#ad17fa Border Color

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

This div border color is #ad17fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad17fa


Comments

No comments written yet.

Please login to write comment.