Color Hex Logo

#a086fa Color Hex

#A086FA
(160,134,250)
0 Favorites   0 Comments

Color spaces of #a086fa

RGB 160134250
HSL0.700.920.75
HSV253°46°98°
CMYK 0.360.460.00   0.02
XYZ40.277631.425994.3854
Yxy31.42590.24250.1892
Hunter Lab56.058830.1473-60.5845
CIE-Lab62.865535.6216-54.7224

#a086fa color RGB value is (160,134,250).

#a086fa hex color red value is 160, green value is 134 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a086fa hue: 0.70 , saturation: 0.92 and the lightness value of a086fa is 0.75.

The process color (four color CMYK) of #a086fa color hex is 0.36, 0.46, 0.00, 0.02. Web safe color of #a086fa is #9999ff. Color #a086fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 11111010
Octal 240 206 372
Decimal 160 134 250
Hex A0 86 FA

RGB Percentages of Color #a086fa

%29.41
%24.63
%45.96

CMYK Percentages of Color #a086fa

%36
%46
%0
%2

Triadic Colors of #a086fa

#a086fa #faa086 #86faa0

Analogous Colors of #a086fa

#a086fa #da86fa #86a6fa

Monochromatic Colors of #a086fa

#a086fa

Complementary Color

#a086fa #e0fa86

#a086fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a086fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a086fa Color CSS Codes

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

#a086fa Text Font Color

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

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


#a086fa Background Color

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

This div background color is #a086fa


#a086fa Border Color

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

This div border color is #a086fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a086fa


Comments

No comments written yet.

Please login to write comment.