Color Hex Logo

#a159db Color Hex

#A159DB
(161,89,219)
0 Favorites   0 Comments

Color spaces of #a159db

RGB 16189219
HSL0.760.640.60
HSV273°59°86°
CMYK 0.260.590.00   0.14
XYZ31.056519.836369.2098
Yxy19.83630.25860.1652
Hunter Lab44.538046.5273-60.9572
CIE-Lab51.651652.7809-55.3213

#a159db color RGB value is (161,89,219).

#a159db hex color red value is 161, green value is 89 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a159db hue: 0.76 , saturation: 0.64 and the lightness value of a159db is 0.60.

The process color (four color CMYK) of #a159db color hex is 0.26, 0.59, 0.00, 0.14. Web safe color of #a159db is #9966cc. Color #a159db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011001 11011011
Octal 241 131 333
Decimal 161 89 219
Hex A1 59 DB

RGB Percentages of Color #a159db

%34.33
%18.98
%46.70

CMYK Percentages of Color #a159db

%26
%59
%0
%14

Triadic Colors of #a159db

#a159db #dba159 #59dba1

Analogous Colors of #a159db

#a159db #db59d4 #6059db

Monochromatic Colors of #a159db

#a159db

Complementary Color

#a159db #93db59

#a159db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a159db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a159db Color CSS Codes

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

#a159db Text Font Color

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

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


#a159db Background Color

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

This div background color is #a159db


#a159db Border Color

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

This div border color is #a159db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a159db


Comments

No comments written yet.

Please login to write comment.