Color Hex Logo

#a440db Color Hex

#A440DB
(164,64,219)
0 Favorites   0 Comments

Color spaces of #a440db

RGB 16464219
HSL0.770.680.55
HSV279°71°86°
CMYK 0.250.710.00   0.14
XYZ29.929416.673868.6587
Yxy16.67380.25970.1447
Hunter Lab40.833659.3748-71.1084
CIE-Lab47.846464.9653-61.4244

#a440db color RGB value is (164,64,219).

#a440db hex color red value is 164, green value is 64 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a440db hue: 0.77 , saturation: 0.68 and the lightness value of a440db is 0.55.

The process color (four color CMYK) of #a440db color hex is 0.25, 0.71, 0.00, 0.14. Web safe color of #a440db is #9933cc. Color #a440db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000000 11011011
Octal 244 100 333
Decimal 164 64 219
Hex A4 40 DB

RGB Percentages of Color #a440db

%36.69
%14.32
%48.99

CMYK Percentages of Color #a440db

%25
%71
%0
%14

Triadic Colors of #a440db

#a440db #dba440 #40dba4

Analogous Colors of #a440db

#a440db #db40c5 #5740db

Monochromatic Colors of #a440db

#a440db

Complementary Color

#a440db #77db40

#a440db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a440db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a440db Color CSS Codes

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

#a440db Text Font Color

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

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


#a440db Background Color

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

This div background color is #a440db


#a440db Border Color

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

This div border color is #a440db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a440db


Comments

No comments written yet.

Please login to write comment.