Color Hex Logo

#ad0cde Color Hex

#AD0CDE
(173,12,222)
0 Favorites   0 Comments

Color spaces of #ad0cde

RGB 17312222
HSL0.790.900.46
HSV286°95°87°
CMYK 0.220.950.00   0.13
XYZ30.549914.421170.2806
Yxy14.42110.26510.1251
Hunter Lab37.975177.1417-83.1455
CIE-Lab44.830980.2978-67.9635

#ad0cde color RGB value is (173,12,222).

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

The process color (four color CMYK) of #ad0cde color hex is 0.22, 0.95, 0.00, 0.13. Web safe color of #ad0cde is #9900cc. Color #ad0cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001100 11011110
Octal 255 14 336
Decimal 173 12 222
Hex AD C DE

RGB Percentages of Color #ad0cde

%42.51
%2.95
%54.55

CMYK Percentages of Color #ad0cde

%22
%95
%0
%13

Triadic Colors of #ad0cde

#ad0cde #dead0c #0cdead

Analogous Colors of #ad0cde

#ad0cde #de0ca6 #440cde

Monochromatic Colors of #ad0cde

#ad0cde

Complementary Color

#ad0cde #3dde0c

#ad0cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0cde Color CSS Codes

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

#ad0cde Text Font Color

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

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


#ad0cde Background Color

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

This div background color is #ad0cde


#ad0cde Border Color

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

This div border color is #ad0cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0cde


Comments

No comments written yet.

Please login to write comment.