Color Hex Logo

#a419db Color Hex

#A419DB
(164,25,219)
0 Favorites   0 Comments

Color spaces of #a419db

RGB 16425219
HSL0.790.800.48
HSV283°89°86°
CMYK 0.250.890.00   0.14
XYZ28.443713.702268.1635
Yxy13.70220.25790.1242
Hunter Lab37.016572.3817-83.2672
CIE-Lab43.802876.6701-67.9828

#a419db color RGB value is (164,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011001 11011011
Octal 244 31 333
Decimal 164 25 219
Hex A4 19 DB

RGB Percentages of Color #a419db

%40.20
%6.13
%53.68

CMYK Percentages of Color #a419db

%25
%89
%0
%14

Triadic Colors of #a419db

#a419db #dba419 #19dba4

Analogous Colors of #a419db

#a419db #db19b1 #4319db

Monochromatic Colors of #a419db

#a419db

Complementary Color

#a419db #50db19

#a419db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a419db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a419db Color CSS Codes

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

#a419db Text Font Color

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

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


#a419db Background Color

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

This div background color is #a419db


#a419db Border Color

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

This div border color is #a419db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a419db


Comments

No comments written yet.

Please login to write comment.