Color Hex Logo

#a900db Color Hex

#A900DB
(169,0,219)
0 Favorites   0 Comments

Color spaces of #a900db

RGB 1690219
HSL0.801.000.43
HSV286°100°86°
CMYK 0.231.000.00   0.14
XYZ29.148413.549568.0969
Yxy13.54950.26310.1223
Hunter Lab36.809676.9317-83.9182
CIE-Lab43.579880.3707-68.3115

#a900db color RGB value is (169,0,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000000 11011011
Octal 251 0 333
Decimal 169 0 219
Hex A9 0 DB

RGB Percentages of Color #a900db

%43.56
%0.00
%56.44

CMYK Percentages of Color #a900db

%23
%100
%0
%14

Triadic Colors of #a900db

#a900db #dba900 #00dba9

Analogous Colors of #a900db

#a900db #db00a0 #3b00db

Monochromatic Colors of #a900db

#a900db

Complementary Color

#a900db #32db00

#a900db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a900db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a900db Color CSS Codes

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

#a900db Text Font Color

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

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


#a900db Background Color

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

This div background color is #a900db


#a900db Border Color

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

This div border color is #a900db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a900db


Comments

No comments written yet.

Please login to write comment.