Color Hex Logo

#a086fb Color Hex

#A086FB
(160,134,251)
0 Favorites   0 Comments

Color spaces of #a086fb

RGB 160134251
HSL0.700.940.75
HSV253°47°98°
CMYK 0.360.470.00   0.02
XYZ40.434931.488895.2136
Yxy31.48880.24190.1884
Hunter Lab56.114930.4213-61.3206
CIE-Lab62.918135.8832-55.1879

#a086fb color RGB value is (160,134,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 11111011
Octal 240 206 373
Decimal 160 134 251
Hex A0 86 FB

RGB Percentages of Color #a086fb

%29.36
%24.59
%46.06

CMYK Percentages of Color #a086fb

%36
%47
%0
%2

Triadic Colors of #a086fb

#a086fb #fba086 #86fba0

Analogous Colors of #a086fb

#a086fb #db86fb #86a7fb

Monochromatic Colors of #a086fb

#a086fb

Complementary Color

#a086fb #e1fb86

#a086fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a086fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a086fb Color CSS Codes

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

#a086fb Text Font Color

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

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


#a086fb Background Color

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

This div background color is #a086fb


#a086fb Border Color

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

This div border color is #a086fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a086fb


Comments

No comments written yet.

Please login to write comment.