Color Hex Logo

#a669fe Color Hex

#A669FE
(166,105,254)
0 Favorites   0 Comments

Color spaces of #a669fe

RGB 166105254
HSL0.730.990.70
HSV265°59°100°
CMYK 0.350.590.00   0.00
XYZ38.666925.365996.6241
Yxy25.36590.24070.1579
Hunter Lab50.364648.9036-78.4923
CIE-Lab57.430253.9752-65.5896

#a669fe color RGB value is (166,105,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101001 11111110
Octal 246 151 376
Decimal 166 105 254
Hex A6 69 FE

RGB Percentages of Color #a669fe

%31.62
%20.00
%48.38

CMYK Percentages of Color #a669fe

%35
%59
%0
%0

Triadic Colors of #a669fe

#a669fe #fea669 #69fea6

Analogous Colors of #a669fe

#a669fe #f169fe #6977fe

Monochromatic Colors of #a669fe

#a669fe

Complementary Color

#a669fe #c1fe69

#a669fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a669fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a669fe Color CSS Codes

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

#a669fe Text Font Color

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

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


#a669fe Background Color

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

This div background color is #a669fe


#a669fe Border Color

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

This div border color is #a669fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a669fe

Related Colors


Comments

No comments written yet.

Please login to write comment.