Color Hex Logo

#ad0cce Color Hex

#AD0CCE
(173,12,206)
0 Favorites   0 Comments

Color spaces of #ad0cce

RGB 17312206
HSL0.800.890.43
HSV290°94°81°
CMYK 0.160.940.00   0.19
XYZ28.505613.603459.5158
Yxy13.60340.28050.1339
Hunter Lab36.882873.4124-69.8552
CIE-Lab43.658777.5336-60.6664

#ad0cce color RGB value is (173,12,206).

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

The process color (four color CMYK) of #ad0cce color hex is 0.16, 0.94, 0.00, 0.19. Web safe color of #ad0cce is #9900cc. Color #ad0cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001100 11001110
Octal 255 14 316
Decimal 173 12 206
Hex AD C CE

RGB Percentages of Color #ad0cce

%44.25
%3.07
%52.69

CMYK Percentages of Color #ad0cce

%16
%94
%0
%19

Triadic Colors of #ad0cce

#ad0cce #cead0c #0ccead

Analogous Colors of #ad0cce

#ad0cce #ce0c8e #4c0cce

Monochromatic Colors of #ad0cce

#ad0cce

Complementary Color

#ad0cce #2dce0c

#ad0cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0cce Color CSS Codes

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

#ad0cce Text Font Color

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

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


#ad0cce Background Color

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

This div background color is #ad0cce


#ad0cce Border Color

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

This div border color is #ad0cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0cce


Comments

No comments written yet.

Please login to write comment.