Color Hex Logo

#a086da Color Hex

#A086DA
(160,134,218)
0 Favorites   0 Comments

Color spaces of #a086da

RGB 160134218
HSL0.720.530.69
HSV259°39°85°
CMYK 0.270.390.00   0.15
XYZ35.677229.585770.1599
Yxy29.58570.26350.2185
Hunter Lab54.392721.8941-38.4018
CIE-Lab61.295127.5104-39.4779

#a086da color RGB value is (160,134,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 11011010
Octal 240 206 332
Decimal 160 134 218
Hex A0 86 DA

RGB Percentages of Color #a086da

%31.25
%26.17
%42.58

CMYK Percentages of Color #a086da

%27
%39
%0
%15

Triadic Colors of #a086da

#a086da #daa086 #86daa0

Analogous Colors of #a086da

#a086da #ca86da #8696da

Monochromatic Colors of #a086da

#a086da

Complementary Color

#a086da #c0da86

#a086da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a086da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a086da Color CSS Codes

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

#a086da Text Font Color

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

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


#a086da Background Color

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

This div background color is #a086da


#a086da Border Color

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

This div border color is #a086da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,134,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a086da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a086da


Comments

No comments written yet.

Please login to write comment.