Color Hex Logo

#ad01e3 Color Hex

#AD01E3
(173,1,227)
0 Favorites   0 Comments

Color spaces of #ad01e3

RGB 1731227
HSL0.790.990.45
HSV286°100°89°
CMYK 0.241.000.00   0.11
XYZ31.109614.452073.8229
Yxy14.45200.26060.1211
Hunter Lab38.015879.5449-88.5243
CIE-Lab44.874382.1897-70.7451

#ad01e3 color RGB value is (173,1,227).

#ad01e3 hex color red value is 173, green value is 1 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ad01e3 hue: 0.79 , saturation: 0.99 and the lightness value of ad01e3 is 0.45.

The process color (four color CMYK) of #ad01e3 color hex is 0.24, 1.00, 0.00, 0.11. Web safe color of #ad01e3 is #9900cc. Color #ad01e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000001 11100011
Octal 255 1 343
Decimal 173 1 227
Hex AD 1 E3

RGB Percentages of Color #ad01e3

%43.14
%0.25
%56.61

CMYK Percentages of Color #ad01e3

%24
%100
%0
%11

Triadic Colors of #ad01e3

#ad01e3 #e3ad01 #01e3ad

Analogous Colors of #ad01e3

#ad01e3 #e301a8 #3c01e3

Monochromatic Colors of #ad01e3

#ad01e3

Complementary Color

#ad01e3 #37e301

#ad01e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad01e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad01e3 Color CSS Codes

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

#ad01e3 Text Font Color

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

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


#ad01e3 Background Color

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

This div background color is #ad01e3


#ad01e3 Border Color

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

This div border color is #ad01e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad01e3


Comments

No comments written yet.

Please login to write comment.