Color Hex Logo

#ad1ade Color Hex

#AD1ADE
(173,26,222)
0 Favorites   0 Comments

Color spaces of #ad1ade

RGB 17326222
HSL0.790.790.49
HSV285°88°87°
CMYK 0.220.880.00   0.13
XYZ30.787814.897070.3599
Yxy14.89700.26530.1284
Hunter Lab38.596674.8420-81.0653
CIE-Lab45.492878.3315-66.8872

#ad1ade color RGB value is (173,26,222).

#ad1ade hex color red value is 173, green value is 26 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ad1ade hue: 0.79 , saturation: 0.79 and the lightness value of ad1ade is 0.49.

The process color (four color CMYK) of #ad1ade color hex is 0.22, 0.88, 0.00, 0.13. Web safe color of #ad1ade is #9933cc. Color #ad1ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011010 11011110
Octal 255 32 336
Decimal 173 26 222
Hex AD 1A DE

RGB Percentages of Color #ad1ade

%41.09
%6.18
%52.73

CMYK Percentages of Color #ad1ade

%22
%88
%0
%13

Triadic Colors of #ad1ade

#ad1ade #dead1a #1adead

Analogous Colors of #ad1ade

#ad1ade #de1aad #4b1ade

Monochromatic Colors of #ad1ade

#ad1ade

Complementary Color

#ad1ade #4bde1a

#ad1ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1ade Color CSS Codes

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

#ad1ade Text Font Color

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

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


#ad1ade Background Color

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

This div background color is #ad1ade


#ad1ade Border Color

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

This div border color is #ad1ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1ade


Comments

No comments written yet.

Please login to write comment.