Color Hex Logo

#a086db Color Hex

#A086DB
(160,134,219)
0 Favorites   0 Comments

Color spaces of #a086db

RGB 160134219
HSL0.720.540.69
HSV258°39°86°
CMYK 0.270.390.00   0.14
XYZ35.808529.638370.8513
Yxy29.63830.26270.2175
Hunter Lab54.441122.1361-39.0531
CIE-Lab61.340927.7550-39.9646

#a086db color RGB value is (160,134,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 11011011
Octal 240 206 333
Decimal 160 134 219
Hex A0 86 DB

RGB Percentages of Color #a086db

%31.19
%26.12
%42.69

CMYK Percentages of Color #a086db

%27
%39
%0
%14

Triadic Colors of #a086db

#a086db #dba086 #86dba0

Analogous Colors of #a086db

#a086db #cb86db #8697db

Monochromatic Colors of #a086db

#a086db

Complementary Color

#a086db #c1db86

#a086db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a086db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a086db Color CSS Codes

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

#a086db Text Font Color

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

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


#a086db Background Color

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

This div background color is #a086db


#a086db Border Color

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

This div border color is #a086db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a086db


Comments

No comments written yet.

Please login to write comment.