Color Hex Logo

#ad00fe Color Hex

#AD00FE
(173,0,254)
0 Favorites   0 Comments

Color spaces of #ad00fe

RGB 1730254
HSL0.781.000.50
HSV281°100°100°
CMYK 0.321.000.00   0.00
XYZ35.123016.040095.0108
Yxy16.04000.24030.1097
Hunter Lab40.050086.4534-112.6191
CIE-Lab47.026987.1338-82.4506

#ad00fe color RGB value is (173,0,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000000 11111110
Octal 255 0 376
Decimal 173 0 254
Hex AD 0 FE

RGB Percentages of Color #ad00fe

%40.52
%0.00
%59.48

CMYK Percentages of Color #ad00fe

%32
%100
%0
%0

Triadic Colors of #ad00fe

#ad00fe #fead00 #00fead

Analogous Colors of #ad00fe

#ad00fe #fe00d0 #2e00fe

Monochromatic Colors of #ad00fe

#ad00fe

Complementary Color

#ad00fe #51fe00

#ad00fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad00fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad00fe Color CSS Codes

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

#ad00fe Text Font Color

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

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


#ad00fe Background Color

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

This div background color is #ad00fe


#ad00fe Border Color

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

This div border color is #ad00fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad00fe

Related Colors


Comments

No comments written yet.

Please login to write comment.