Color Hex Logo

#a166db Color Hex

#A166DB
(161,102,219)
0 Favorites   0 Comments

Color spaces of #a166db

RGB 161102219
HSL0.750.620.63
HSV270°53°86°
CMYK 0.260.530.00   0.14
XYZ32.235522.194369.6028
Yxy22.19430.25990.1789
Hunter Lab47.110839.6944-54.6191
CIE-Lab54.232645.9601-51.1963

#a166db color RGB value is (161,102,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100110 11011011
Octal 241 146 333
Decimal 161 102 219
Hex A1 66 DB

RGB Percentages of Color #a166db

%33.40
%21.16
%45.44

CMYK Percentages of Color #a166db

%26
%53
%0
%14

Triadic Colors of #a166db

#a166db #dba166 #66dba1

Analogous Colors of #a166db

#a166db #db66db #6766db

Monochromatic Colors of #a166db

#a166db

Complementary Color

#a166db #a0db66

#a166db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a166db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a166db Color CSS Codes

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

#a166db Text Font Color

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

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


#a166db Background Color

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

This div background color is #a166db


#a166db Border Color

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

This div border color is #a166db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a166db


Comments

No comments written yet.

Please login to write comment.