Color Hex Logo

#a654fa Color Hex

#A654FA
(166,84,250)
0 Favorites   0 Comments

Color spaces of #a654fa

RGB 16684250
HSL0.750.940.65
HSV270°66°98°
CMYK 0.340.660.00   0.02
XYZ36.151521.349892.6580
Yxy21.34980.24080.1422
Hunter Lab46.205858.7984-86.5520
CIE-Lab53.330263.4331-69.9921

#a654fa color RGB value is (166,84,250).

#a654fa hex color red value is 166, green value is 84 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a654fa hue: 0.75 , saturation: 0.94 and the lightness value of a654fa is 0.65.

The process color (four color CMYK) of #a654fa color hex is 0.34, 0.66, 0.00, 0.02. Web safe color of #a654fa is #9966ff. Color #a654fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010100 11111010
Octal 246 124 372
Decimal 166 84 250
Hex A6 54 FA

RGB Percentages of Color #a654fa

%33.20
%16.80
%50.00

CMYK Percentages of Color #a654fa

%34
%66
%0
%2

Triadic Colors of #a654fa

#a654fa #faa654 #54faa6

Analogous Colors of #a654fa

#a654fa #f954fa #5455fa

Monochromatic Colors of #a654fa

#a654fa

Complementary Color

#a654fa #a8fa54

#a654fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a654fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a654fa Color CSS Codes

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

#a654fa Text Font Color

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

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


#a654fa Background Color

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

This div background color is #a654fa


#a654fa Border Color

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

This div border color is #a654fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a654fa


Comments

No comments written yet.

Please login to write comment.