Color Hex Logo

#a686db Color Hex

#A686DB
(166,134,219)
0 Favorites   0 Comments

Color spaces of #a686db

RGB 166134219
HSL0.730.540.69
HSV263°39°86°
CMYK 0.240.390.00   0.14
XYZ37.037230.271770.9088
Yxy30.27170.26800.2190
Hunter Lab55.019723.8749-37.8985
CIE-Lab61.887929.4810-39.0682

#a686db color RGB value is (166,134,219).

#a686db hex color red value is 166, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a686db hue: 0.73 , saturation: 0.54 and the lightness value of a686db is 0.69.

The process color (four color CMYK) of #a686db color hex is 0.24, 0.39, 0.00, 0.14. Web safe color of #a686db is #9999cc. Color #a686db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000110 11011011
Octal 246 206 333
Decimal 166 134 219
Hex A6 86 DB

RGB Percentages of Color #a686db

%31.98
%25.82
%42.20

CMYK Percentages of Color #a686db

%24
%39
%0
%14

Triadic Colors of #a686db

#a686db #dba686 #86dba6

Analogous Colors of #a686db

#a686db #d186db #8691db

Monochromatic Colors of #a686db

#a686db

Complementary Color

#a686db #bbdb86

#a686db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a686db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a686db Color CSS Codes

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

#a686db Text Font Color

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

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


#a686db Background Color

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

This div background color is #a686db


#a686db Border Color

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

This div border color is #a686db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a686db


Comments

No comments written yet.

Please login to write comment.