Color Hex Logo

#a160db Color Hex

#A160DB
(161,96,219)
0 Favorites   0 Comments

Color spaces of #a160db

RGB 16196219
HSL0.750.630.62
HSV272°56°86°
CMYK 0.260.560.00   0.14
XYZ31.667021.057369.4133
Yxy21.05730.25930.1724
Hunter Lab45.888242.8766-57.5639
CIE-Lab53.012149.1585-53.1439

#a160db color RGB value is (161,96,219).

#a160db hex color red value is 161, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a160db hue: 0.75 , saturation: 0.63 and the lightness value of a160db is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100000 11011011
Octal 241 140 333
Decimal 161 96 219
Hex A1 60 DB

RGB Percentages of Color #a160db

%33.82
%20.17
%46.01

CMYK Percentages of Color #a160db

%26
%56
%0
%14

Triadic Colors of #a160db

#a160db #dba160 #60dba1

Analogous Colors of #a160db

#a160db #db60d8 #6360db

Monochromatic Colors of #a160db

#a160db

Complementary Color

#a160db #9adb60

#a160db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a160db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a160db Color CSS Codes

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

#a160db Text Font Color

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

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


#a160db Background Color

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

This div background color is #a160db


#a160db Border Color

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

This div border color is #a160db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a160db


Comments

No comments written yet.

Please login to write comment.