color codes Logo

#a010db color codes

#A010DB
(160,16,219)
0 Favorites   0 Comments

Color spaces of #a010db

RGB 16016219
HSL0.780.860.46
HSV283°93°86°
CMYK 0.270.930.00   0.14
XYZ27.468712.958668.0713
Yxy12.95860.25320.1194
Hunter Lab35.998173.2097-86.9171
CIE-Lab42.700877.5542-69.8056

#a010db color RGB value is (160,16,219).

#a010db hex color red value is 160, green value is 16 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a010db hue: 0.78 , saturation: 0.86 and the lightness value of a010db is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010000 11011011
Octal 240 20 333
Decimal 160 16 219
Hex A0 10 DB

RGB Percentages of Color #a010db

%40.51
%4.05
%55.44

CMYK Percentages of Color #a010db

%27
%93
%0
%14

Triadic Colors of #a010db

#a010db #dba010 #10dba0

Analogous Colors of #a010db

#a010db #db10b1 #3b10db

Monochromatic Colors of #a010db

#a010db

Complementary Color

#a010db #4bdb10

#a010db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a010db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a010db Color CSS Codes

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

#a010db Text Font Color

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

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


#a010db Background Color

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

This div background color is #a010db


#a010db Border Color

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

This div border color is #a010db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a010db


Comments

No comments written yet.

Please login to write comment.