Color Hex Logo

#ad12db Color Hex

#AD12DB
(173,18,219)
0 Favorites   0 Comments

Color spaces of #ad12db

RGB 17318219
HSL0.800.850.46
HSV286°92°86°
CMYK 0.210.920.00   0.14
XYZ30.236114.431368.2097
Yxy14.43130.26790.1278
Hunter Lab37.988675.5929-79.8652
CIE-Lab44.845279.0593-66.2241

#ad12db color RGB value is (173,18,219).

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

The process color (four color CMYK) of #ad12db color hex is 0.21, 0.92, 0.00, 0.14. Web safe color of #ad12db is #9900cc. Color #ad12db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 11011011
Octal 255 22 333
Decimal 173 18 219
Hex AD 12 DB

RGB Percentages of Color #ad12db

%42.20
%4.39
%53.41

CMYK Percentages of Color #ad12db

%21
%92
%0
%14

Triadic Colors of #ad12db

#ad12db #dbad12 #12dbad

Analogous Colors of #ad12db

#ad12db #db12a5 #4912db

Monochromatic Colors of #ad12db

#ad12db

Complementary Color

#ad12db #40db12

#ad12db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad12db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad12db Color CSS Codes

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

#ad12db Text Font Color

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

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


#ad12db Background Color

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

This div background color is #ad12db


#ad12db Border Color

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

This div border color is #ad12db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad12db


Comments

No comments written yet.

Please login to write comment.