Color Hex Logo

#a165db Color Hex

#A165DB
(161,101,219)
0 Favorites   0 Comments

Color spaces of #a165db

RGB 161101219
HSL0.750.620.63
HSV271°54°86°
CMYK 0.260.540.00   0.14
XYZ32.137821.998969.5702
Yxy21.99890.25980.1778
Hunter Lab46.903040.2275-55.1115
CIE-Lab54.025846.4985-51.5258

#a165db color RGB value is (161,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100101 11011011
Octal 241 145 333
Decimal 161 101 219
Hex A1 65 DB

RGB Percentages of Color #a165db

%33.47
%21.00
%45.53

CMYK Percentages of Color #a165db

%26
%54
%0
%14

Triadic Colors of #a165db

#a165db #dba165 #65dba1

Analogous Colors of #a165db

#a165db #db65da #6665db

Monochromatic Colors of #a165db

#a165db

Complementary Color

#a165db #9fdb65

#a165db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a165db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a165db Color CSS Codes

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

#a165db Text Font Color

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

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


#a165db Background Color

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

This div background color is #a165db


#a165db Border Color

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

This div border color is #a165db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a165db


Comments

No comments written yet.

Please login to write comment.