Color Hex Logo

#a015db Color Hex

#A015DB
(160,21,219)
0 Favorites   0 Comments

Color spaces of #a015db

RGB 16021219
HSL0.780.830.47
HSV282°90°86°
CMYK 0.270.900.00   0.14
XYZ27.551613.124468.0990
Yxy13.12440.25330.1207
Hunter Lab36.227672.3534-86.0913
CIE-Lab42.950176.8119-69.3990

#a015db color RGB value is (160,21,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 11011011
Octal 240 25 333
Decimal 160 21 219
Hex A0 15 DB

RGB Percentages of Color #a015db

%40.00
%5.25
%54.75

CMYK Percentages of Color #a015db

%27
%90
%0
%14

Triadic Colors of #a015db

#a015db #dba015 #15dba0

Analogous Colors of #a015db

#a015db #db15b3 #3d15db

Monochromatic Colors of #a015db

#a015db

Complementary Color

#a015db #50db15

#a015db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015db Color CSS Codes

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

#a015db Text Font Color

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

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


#a015db Background Color

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

This div background color is #a015db


#a015db Border Color

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

This div border color is #a015db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015db


Comments

No comments written yet.

Please login to write comment.