Color Hex Logo

#ad12cd Color Hex

#AD12CD
(173,18,205)
0 Favorites   0 Comments

Color spaces of #ad12cd

RGB 17318205
HSL0.800.840.44
HSV290°91°80°
CMYK 0.160.910.00   0.20
XYZ28.469313.724658.9062
Yxy13.72460.28160.1358
Hunter Lab37.046772.3401-68.3414
CIE-Lab43.835476.6301-59.8016

#ad12cd color RGB value is (173,18,205).

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

The process color (four color CMYK) of #ad12cd color hex is 0.16, 0.91, 0.00, 0.20. Web safe color of #ad12cd is #9900cc. Color #ad12cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 11001101
Octal 255 22 315
Decimal 173 18 205
Hex AD 12 CD

RGB Percentages of Color #ad12cd

%43.69
%4.55
%51.77

CMYK Percentages of Color #ad12cd

%16
%91
%0
%20

Triadic Colors of #ad12cd

#ad12cd #cdad12 #12cdad

Analogous Colors of #ad12cd

#ad12cd #cd1290 #5012cd

Monochromatic Colors of #ad12cd

#ad12cd

Complementary Color

#ad12cd #32cd12

#ad12cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad12cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad12cd Color CSS Codes

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

#ad12cd Text Font Color

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

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


#ad12cd Background Color

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

This div background color is #ad12cd


#ad12cd Border Color

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

This div border color is #ad12cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad12cd


Comments

No comments written yet.

Please login to write comment.