Color Hex Logo

#ad10fc Color Hex

#AD10FC
(173,16,252)
0 Favorites   0 Comments

Color spaces of #ad10fc

RGB 17316252
HSL0.780.980.53
HSV280°94°99°
CMYK 0.310.940.00   0.01
XYZ34.989616.283193.3943
Yxy16.28310.24190.1126
Hunter Lab40.352384.1612-108.9784
CIE-Lab47.343785.3134-80.8143

#ad10fc color RGB value is (173,16,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 11111100
Octal 255 20 374
Decimal 173 16 252
Hex AD 10 FC

RGB Percentages of Color #ad10fc

%39.23
%3.63
%57.14

CMYK Percentages of Color #ad10fc

%31
%94
%0
%1

Triadic Colors of #ad10fc

#ad10fc #fcad10 #10fcad

Analogous Colors of #ad10fc

#ad10fc #fc10d5 #3710fc

Monochromatic Colors of #ad10fc

#ad10fc

Complementary Color

#ad10fc #5ffc10

#ad10fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad10fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad10fc Color CSS Codes

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

#ad10fc Text Font Color

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

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


#ad10fc Background Color

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

This div background color is #ad10fc


#ad10fc Border Color

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

This div border color is #ad10fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad10fc


Comments

No comments written yet.

Please login to write comment.