Color Hex Logo

#a013db Color Hex

#A013DB
(160,19,219)
0 Favorites   0 Comments

Color spaces of #a013db

RGB 16019219
HSL0.780.840.47
HSV282°91°86°
CMYK 0.270.910.00   0.14
XYZ27.516313.053868.0872
Yxy13.05380.25320.1201
Hunter Lab36.130072.7163-86.4412
CIE-Lab42.844277.1270-69.5717

#a013db color RGB value is (160,19,219).

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

The process color (four color CMYK) of #a013db color hex is 0.27, 0.91, 0.00, 0.14. Web safe color of #a013db is #9900cc. Color #a013db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 11011011
Octal 240 23 333
Decimal 160 19 219
Hex A0 13 DB

RGB Percentages of Color #a013db

%40.20
%4.77
%55.03

CMYK Percentages of Color #a013db

%27
%91
%0
%14

Triadic Colors of #a013db

#a013db #dba013 #13dba0

Analogous Colors of #a013db

#a013db #db13b2 #3c13db

Monochromatic Colors of #a013db

#a013db

Complementary Color

#a013db #4edb13

#a013db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a013db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a013db Color CSS Codes

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

#a013db Text Font Color

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

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


#a013db Background Color

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

This div background color is #a013db


#a013db Border Color

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

This div border color is #a013db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a013db


Comments

No comments written yet.

Please login to write comment.