Color Hex Logo

#a912db Color Hex

#A912DB
(169,18,219)
0 Favorites   0 Comments

Color spaces of #a912db

RGB 16918219
HSL0.790.850.46
HSV285°92°86°
CMYK 0.230.920.00   0.14
XYZ29.364713.982168.1690
Yxy13.98210.26330.1254
Hunter Lab37.392674.7401-81.9143
CIE-Lab44.207278.4982-67.2900

#a912db color RGB value is (169,18,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010010 11011011
Octal 251 22 333
Decimal 169 18 219
Hex A9 12 DB

RGB Percentages of Color #a912db

%41.63
%4.43
%53.94

CMYK Percentages of Color #a912db

%23
%92
%0
%14

Triadic Colors of #a912db

#a912db #dba912 #12dba9

Analogous Colors of #a912db

#a912db #db12a9 #4512db

Monochromatic Colors of #a912db

#a912db

Complementary Color

#a912db #44db12

#a912db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a912db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a912db Color CSS Codes

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

#a912db Text Font Color

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

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


#a912db Background Color

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

This div background color is #a912db


#a912db Border Color

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

This div border color is #a912db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a912db


Comments

No comments written yet.

Please login to write comment.