Color Hex Logo

#a486fe Color Hex

#A486FE
(164,134,254)
0 Favorites   0 Comments

Color spaces of #a486fe

RGB 164134254
HSL0.710.980.76
HSV255°47°100°
CMYK 0.350.470.00   0.00
XYZ41.724332.098597.7624
Yxy32.09850.24320.1871
Hunter Lab56.655532.3102-62.6494
CIE-Lab63.424237.6571-56.0069

#a486fe color RGB value is (164,134,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000110 11111110
Octal 244 206 376
Decimal 164 134 254
Hex A4 86 FE

RGB Percentages of Color #a486fe

%29.71
%24.28
%46.01

CMYK Percentages of Color #a486fe

%35
%47
%0
%0

Triadic Colors of #a486fe

#a486fe #fea486 #86fea4

Analogous Colors of #a486fe

#a486fe #e086fe #86a4fe

Monochromatic Colors of #a486fe

#a486fe

Complementary Color

#a486fe #e0fe86

#a486fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a486fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a486fe Color CSS Codes

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

#a486fe Text Font Color

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

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


#a486fe Background Color

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

This div background color is #a486fe


#a486fe Border Color

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

This div border color is #a486fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a486fe

Related Colors


Comments

No comments written yet.

Please login to write comment.