Color Hex Logo

#a044db Color Hex

#A044DB
(160,68,219)
0 Favorites   0 Comments

Color spaces of #a044db

RGB 16068219
HSL0.770.680.56
HSV277°69°86°
CMYK 0.270.690.00   0.14
XYZ29.350516.722368.6986
Yxy16.72230.25570.1457
Hunter Lab40.892956.5541-70.9800
CIE-Lab47.908262.4913-61.3510

#a044db color RGB value is (160,68,219).

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

The process color (four color CMYK) of #a044db color hex is 0.27, 0.69, 0.00, 0.14. Web safe color of #a044db is #9933cc. Color #a044db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 11011011
Octal 240 104 333
Decimal 160 68 219
Hex A0 44 DB

RGB Percentages of Color #a044db

%35.79
%15.21
%48.99

CMYK Percentages of Color #a044db

%27
%69
%0
%14

Triadic Colors of #a044db

#a044db #dba044 #44dba0

Analogous Colors of #a044db

#a044db #db44cb #5544db

Monochromatic Colors of #a044db

#a044db

Complementary Color

#a044db #7fdb44

#a044db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a044db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a044db Color CSS Codes

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

#a044db Text Font Color

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

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


#a044db Background Color

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

This div background color is #a044db


#a044db Border Color

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

This div border color is #a044db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a044db


Comments

No comments written yet.

Please login to write comment.