Color Hex Logo

#a219db Color Hex

#A219DB
(162,25,219)
0 Favorites   0 Comments

Color spaces of #a219db

RGB 16225219
HSL0.780.800.48
HSV282°89°86°
CMYK 0.260.890.00   0.14
XYZ28.034113.491168.1443
Yxy13.49110.25560.1230
Hunter Lab36.730271.9610-84.2875
CIE-Lab43.494176.3876-68.4990

#a219db color RGB value is (162,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011001 11011011
Octal 242 31 333
Decimal 162 25 219
Hex A2 19 DB

RGB Percentages of Color #a219db

%39.90
%6.16
%53.94

CMYK Percentages of Color #a219db

%26
%89
%0
%14

Triadic Colors of #a219db

#a219db #dba219 #19dba2

Analogous Colors of #a219db

#a219db #db19b3 #4119db

Monochromatic Colors of #a219db

#a219db

Complementary Color

#a219db #52db19

#a219db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a219db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a219db Color CSS Codes

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

#a219db Text Font Color

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

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


#a219db Background Color

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

This div background color is #a219db


#a219db Border Color

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

This div border color is #a219db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a219db


Comments

No comments written yet.

Please login to write comment.