color codes Logo

#a000db color codes

#A000DB
(160,0,219)
0 Favorites   0 Comments

Color spaces of #a000db

RGB 1600219
HSL0.791.000.43
HSV284°100°86°
CMYK 0.271.000.00   0.14
XYZ27.283412.588168.0096
Yxy12.58810.25290.1167
Hunter Lab35.479775.1745-88.8148
CIE-Lab42.135979.2439-70.7278

#a000db color RGB value is (160,0,219).

#a000db hex color red value is 160, green value is 0 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a000db hue: 0.79 , saturation: 1.00 and the lightness value of a000db is 0.43.

The process color (four color CMYK) of #a000db color code is 0.27, 1.00, 0.00, 0.14. Web safe color of #a000db is #9900cc. Color #a000db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000000 11011011
Octal 240 0 333
Decimal 160 0 219
Hex A0 0 DB

RGB Percentages of Color #a000db

%42.22
%0.00
%57.78

CMYK Percentages of Color #a000db

%27
%100
%0
%14

Triadic Colors of #a000db

#a000db #dba000 #00dba0

Analogous Colors of #a000db

#a000db #db00a9 #3300db

Monochromatic Colors of #a000db

#a000db

Complementary Color

#a000db #3bdb00

#a000db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a000db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a000db Color CSS Codes

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

#a000db Text Font Color

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

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


#a000db Background Color

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

This div background color is #a000db


#a000db Border Color

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

This div border color is #a000db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a000db


Comments

No comments written yet.

Please login to write comment.