Color Hex Logo

#ad10ce Color Hex

#AD10CE
(173,16,206)
0 Favorites   0 Comments

Color spaces of #ad10ce

RGB 17316206
HSL0.800.860.44
HSV290°92°81°
CMYK 0.160.920.00   0.19
XYZ28.559413.711159.5338
Yxy13.71110.28050.1347
Hunter Lab37.028572.8739-69.4055
CIE-Lab43.815777.0672-60.4121

#ad10ce color RGB value is (173,16,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 11001110
Octal 255 20 316
Decimal 173 16 206
Hex AD 10 CE

RGB Percentages of Color #ad10ce

%43.80
%4.05
%52.15

CMYK Percentages of Color #ad10ce

%16
%92
%0
%19

Triadic Colors of #ad10ce

#ad10ce #cead10 #10cead

Analogous Colors of #ad10ce

#ad10ce #ce1090 #4e10ce

Monochromatic Colors of #ad10ce

#ad10ce

Complementary Color

#ad10ce #31ce10

#ad10ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad10ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad10ce Color CSS Codes

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

#ad10ce Text Font Color

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

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


#ad10ce Background Color

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

This div background color is #ad10ce


#ad10ce Border Color

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

This div border color is #ad10ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad10ce


Comments

No comments written yet.

Please login to write comment.