Color Hex Logo

#ad1cce Color Hex

#AD1CCE
(173,28,206)
0 Favorites   0 Comments

Color spaces of #ad1cce

RGB 17328206
HSL0.800.760.46
HSV289°86°81°
CMYK 0.160.860.00   0.19
XYZ28.789414.171059.6104
Yxy14.17100.28070.1382
Hunter Lab37.644470.6342-67.5354
CIE-Lab44.477275.1128-59.3418

#ad1cce color RGB value is (173,28,206).

#ad1cce hex color red value is 173, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ad1cce hue: 0.80 , saturation: 0.76 and the lightness value of ad1cce is 0.46.

The process color (four color CMYK) of #ad1cce color hex is 0.16, 0.86, 0.00, 0.19. Web safe color of #ad1cce is #9933cc. Color #ad1cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011100 11001110
Octal 255 34 316
Decimal 173 28 206
Hex AD 1C CE

RGB Percentages of Color #ad1cce

%42.51
%6.88
%50.61

CMYK Percentages of Color #ad1cce

%16
%86
%0
%19

Triadic Colors of #ad1cce

#ad1cce #cead1c #1ccead

Analogous Colors of #ad1cce

#ad1cce #ce1c96 #541cce

Monochromatic Colors of #ad1cce

#ad1cce

Complementary Color

#ad1cce #3dce1c

#ad1cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1cce Color CSS Codes

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

#ad1cce Text Font Color

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

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


#ad1cce Background Color

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

This div background color is #ad1cce


#ad1cce Border Color

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

This div border color is #ad1cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1cce


Comments

No comments written yet.

Please login to write comment.