Color Hex Logo

#ad15fd Color Hex

#AD15FD
(173,21,253)
0 Favorites   0 Comments

Color spaces of #ad15fd

RGB 17321253
HSL0.780.980.54
HSV279°92°99°
CMYK 0.320.920.00   0.01
XYZ35.231416.512494.2588
Yxy16.51240.24130.1131
Hunter Lab40.635583.6495-109.0854
CIE-Lab47.639784.8614-80.8886

#ad15fd color RGB value is (173,21,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010101 11111101
Octal 255 25 375
Decimal 173 21 253
Hex AD 15 FD

RGB Percentages of Color #ad15fd

%38.70
%4.70
%56.60

CMYK Percentages of Color #ad15fd

%32
%92
%0
%1

Triadic Colors of #ad15fd

#ad15fd #fdad15 #15fdad

Analogous Colors of #ad15fd

#ad15fd #fd15d9 #3915fd

Monochromatic Colors of #ad15fd

#ad15fd

Complementary Color

#ad15fd #65fd15

#ad15fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad15fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad15fd Color CSS Codes

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

#ad15fd Text Font Color

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

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


#ad15fd Background Color

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

This div background color is #ad15fd


#ad15fd Border Color

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

This div border color is #ad15fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad15fd


Comments

No comments written yet.

Please login to write comment.