Color Hex Logo

#a144db Color Hex

#A144DB
(161,68,219)
0 Favorites   0 Comments

Color spaces of #a144db

RGB 16168219
HSL0.770.680.56
HSV277°69°86°
CMYK 0.260.690.00   0.14
XYZ29.551216.825868.7080
Yxy16.82580.25680.1462
Hunter Lab41.019356.8117-70.5983
CIE-Lab48.039862.6927-61.1320

#a144db color RGB value is (161,68,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000100 11011011
Octal 241 104 333
Decimal 161 68 219
Hex A1 44 DB

RGB Percentages of Color #a144db

%35.94
%15.18
%48.88

CMYK Percentages of Color #a144db

%26
%69
%0
%14

Triadic Colors of #a144db

#a144db #dba144 #44dba1

Analogous Colors of #a144db

#a144db #db44ca #5544db

Monochromatic Colors of #a144db

#a144db

Complementary Color

#a144db #7edb44

#a144db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a144db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a144db Color CSS Codes

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

#a144db Text Font Color

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

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


#a144db Background Color

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

This div background color is #a144db


#a144db Border Color

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

This div border color is #a144db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a144db


Comments

No comments written yet.

Please login to write comment.