Color Hex Logo

#ad12aa Color Hex

#AD12AA
(173,18,170)
0 Favorites   0 Comments

Color spaces of #ad12aa

RGB 17318170
HSL0.840.810.37
HSV301°90°68°
CMYK 0.000.900.02   0.32
XYZ24.705612.219139.0866
Yxy12.21910.32500.1608
Hunter Lab34.955864.9851-41.8273
CIE-Lab41.562270.9836-42.8957

#ad12aa color RGB value is (173,18,170).

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

The process color (four color CMYK) of #ad12aa color hex is 0.00, 0.90, 0.02, 0.32. Web safe color of #ad12aa is #990099. Color #ad12aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 10101010
Octal 255 22 252
Decimal 173 18 170
Hex AD 12 AA

RGB Percentages of Color #ad12aa

%47.92
%4.99
%47.09

CMYK Percentages of Color #ad12aa

%0
%90
%2
%32

Triadic Colors of #ad12aa

#ad12aa #aaad12 #12aaad

Analogous Colors of #ad12aa

#ad12aa #ad125d #6212ad

Monochromatic Colors of #ad12aa

#ad12aa

Complementary Color

#ad12aa #12ad15

#ad12aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad12aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad12aa Color CSS Codes

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

#ad12aa Text Font Color

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

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


#ad12aa Background Color

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

This div background color is #ad12aa


#ad12aa Border Color

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

This div border color is #ad12aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad12aa


Comments

No comments written yet.

Please login to write comment.