Color Hex Logo

#a919db Color Hex

#A919DB
(169,25,219)
0 Favorites   0 Comments

Color spaces of #a919db

RGB 16925219
HSL0.790.800.48
HSV285°89°86°
CMYK 0.230.890.00   0.14
XYZ29.496014.244868.2127
Yxy14.24480.26350.1272
Hunter Lab37.742373.4507-80.7369
CIE-Lab44.582077.3860-66.6805

#a919db color RGB value is (169,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011001 11011011
Octal 251 31 333
Decimal 169 25 219
Hex A9 19 DB

RGB Percentages of Color #a919db

%40.92
%6.05
%53.03

CMYK Percentages of Color #a919db

%23
%89
%0
%14

Triadic Colors of #a919db

#a919db #dba919 #19dba9

Analogous Colors of #a919db

#a919db #db19ac #4819db

Monochromatic Colors of #a919db

#a919db

Complementary Color

#a919db #4bdb19

#a919db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a919db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a919db Color CSS Codes

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

#a919db Text Font Color

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

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


#a919db Background Color

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

This div background color is #a919db


#a919db Border Color

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

This div border color is #a919db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a919db


Comments

No comments written yet.

Please login to write comment.