Color Hex Logo

#ad18fc Color Hex

#AD18FC
(173,24,252)
0 Favorites   0 Comments

Color spaces of #ad18fc

RGB 17324252
HSL0.780.970.54
HSV279°90°99°
CMYK 0.310.900.00   0.01
XYZ35.130916.565893.4414
Yxy16.56580.24210.1141
Hunter Lab40.701182.8442-107.6269
CIE-Lab47.708284.2241-80.2178

#ad18fc color RGB value is (173,24,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011000 11111100
Octal 255 30 374
Decimal 173 24 252
Hex AD 18 FC

RGB Percentages of Color #ad18fc

%38.53
%5.35
%56.12

CMYK Percentages of Color #ad18fc

%31
%90
%0
%1

Triadic Colors of #ad18fc

#ad18fc #fcad18 #18fcad

Analogous Colors of #ad18fc

#ad18fc #fc18d9 #3b18fc

Monochromatic Colors of #ad18fc

#ad18fc

Complementary Color

#ad18fc #67fc18

#ad18fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad18fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad18fc Color CSS Codes

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

#ad18fc Text Font Color

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

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


#ad18fc Background Color

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

This div background color is #ad18fc


#ad18fc Border Color

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

This div border color is #ad18fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,24,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 #ad18fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad18fc


Comments

No comments written yet.

Please login to write comment.