Color Hex Logo

#a661fa Color Hex

#A661FA
(166,97,250)
0 Favorites   0 Comments

Color spaces of #a661fa

RGB 16697250
HSL0.740.940.68
HSV267°61°98°
CMYK 0.340.610.00   0.02
XYZ37.255923.558593.0261
Yxy23.55850.24220.1531
Hunter Lab48.537152.0723-79.6591
CIE-Lab55.643057.1162-66.2551

#a661fa color RGB value is (166,97,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100001 11111010
Octal 246 141 372
Decimal 166 97 250
Hex A6 61 FA

RGB Percentages of Color #a661fa

%32.36
%18.91
%48.73

CMYK Percentages of Color #a661fa

%34
%61
%0
%2

Triadic Colors of #a661fa

#a661fa #faa661 #61faa6

Analogous Colors of #a661fa

#a661fa #f361fa #6169fa

Monochromatic Colors of #a661fa

#a661fa

Complementary Color

#a661fa #b5fa61

#a661fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a661fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a661fa Color CSS Codes

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

#a661fa Text Font Color

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

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


#a661fa Background Color

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

This div background color is #a661fa


#a661fa Border Color

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

This div border color is #a661fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a661fa


Comments

No comments written yet.

Please login to write comment.