Color Hex Logo

#a679fe Color Hex

#A679FE
(166,121,254)
0 Favorites   0 Comments

Color spaces of #a679fe

RGB 166121254
HSL0.720.990.74
HSV260°52°100°
CMYK 0.350.520.00   0.00
XYZ40.452628.937597.2193
Yxy28.93750.24280.1737
Hunter Lab53.793640.0926-69.4973
CIE-Lab60.726445.3849-60.3003

#a679fe color RGB value is (166,121,254).

#a679fe hex color red value is 166, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a679fe hue: 0.72 , saturation: 0.99 and the lightness value of a679fe is 0.74.

The process color (four color CMYK) of #a679fe color hex is 0.35, 0.52, 0.00, 0.00. Web safe color of #a679fe is #9966ff. Color #a679fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111001 11111110
Octal 246 171 376
Decimal 166 121 254
Hex A6 79 FE

RGB Percentages of Color #a679fe

%30.68
%22.37
%46.95

CMYK Percentages of Color #a679fe

%35
%52
%0
%0

Triadic Colors of #a679fe

#a679fe #fea679 #79fea6

Analogous Colors of #a679fe

#a679fe #e979fe #798ffe

Monochromatic Colors of #a679fe

#a679fe

Complementary Color

#a679fe #d1fe79

#a679fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a679fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a679fe Color CSS Codes

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

#a679fe Text Font Color

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

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


#a679fe Background Color

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

This div background color is #a679fe


#a679fe Border Color

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

This div border color is #a679fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a679fe


Comments

No comments written yet.

Please login to write comment.