Color Hex Logo

#a519db Color Hex

#A519DB
(165,25,219)
0 Favorites   0 Comments

Color spaces of #a519db

RGB 16525219
HSL0.790.800.48
HSV283°89°86°
CMYK 0.250.890.00   0.14
XYZ28.650913.809168.1732
Yxy13.80910.25900.1248
Hunter Lab37.160672.5928-82.7584
CIE-Lab43.957976.8117-67.7235

#a519db color RGB value is (165,25,219).

#a519db hex color red value is 165, green value is 25 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a519db hue: 0.79 , saturation: 0.80 and the lightness value of a519db is 0.48.

The process color (four color CMYK) of #a519db color hex is 0.25, 0.89, 0.00, 0.14. Web safe color of #a519db is #9900cc. Color #a519db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011001 11011011
Octal 245 31 333
Decimal 165 25 219
Hex A5 19 DB

RGB Percentages of Color #a519db

%40.34
%6.11
%53.55

CMYK Percentages of Color #a519db

%25
%89
%0
%14

Triadic Colors of #a519db

#a519db #dba519 #19dba5

Analogous Colors of #a519db

#a519db #db19b0 #4419db

Monochromatic Colors of #a519db

#a519db

Complementary Color

#a519db #4fdb19

#a519db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a519db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a519db Color CSS Codes

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

#a519db Text Font Color

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

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


#a519db Background Color

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

This div background color is #a519db


#a519db Border Color

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

This div border color is #a519db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a519db


Comments

No comments written yet.

Please login to write comment.