Color Hex Logo

#a686fe Color Hex

#A686FE
(166,134,254)
0 Favorites   0 Comments

Color spaces of #a686fe

RGB 166134254
HSL0.710.980.76
HSV256°47°100°
CMYK 0.350.470.00   0.00
XYZ42.140432.312997.7819
Yxy32.31290.24470.1876
Hunter Lab56.844432.8494-62.1976
CIE-Lab63.600738.1556-55.7155

#a686fe color RGB value is (166,134,254).

#a686fe hex color red value is 166, green value is 134 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a686fe hue: 0.71 , saturation: 0.98 and the lightness value of a686fe is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000110 11111110
Octal 246 206 376
Decimal 166 134 254
Hex A6 86 FE

RGB Percentages of Color #a686fe

%29.96
%24.19
%45.85

CMYK Percentages of Color #a686fe

%35
%47
%0
%0

Triadic Colors of #a686fe

#a686fe #fea686 #86fea6

Analogous Colors of #a686fe

#a686fe #e286fe #86a2fe

Monochromatic Colors of #a686fe

#a686fe

Complementary Color

#a686fe #defe86

#a686fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a686fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a686fe Color CSS Codes

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

#a686fe Text Font Color

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

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


#a686fe Background Color

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

This div background color is #a686fe


#a686fe Border Color

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

This div border color is #a686fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a686fe


Comments

No comments written yet.

Please login to write comment.