Color Hex Logo

#a61afa Color Hex

#A61AFA
(166,26,250)
0 Favorites   0 Comments

Color spaces of #a61afa

RGB 16626250
HSL0.770.960.54
HSV278°90°98°
CMYK 0.340.900.00   0.02
XYZ33.350615.747991.7244
Yxy15.74790.23680.1118
Hunter Lab39.683680.5672-109.2639
CIE-Lab46.642082.6532-80.8848

#a61afa color RGB value is (166,26,250).

#a61afa hex color red value is 166, green value is 26 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a61afa hue: 0.77 , saturation: 0.96 and the lightness value of a61afa is 0.54.

The process color (four color CMYK) of #a61afa color hex is 0.34, 0.90, 0.00, 0.02. Web safe color of #a61afa is #9933ff. Color #a61afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011010 11111010
Octal 246 32 372
Decimal 166 26 250
Hex A6 1A FA

RGB Percentages of Color #a61afa

%37.56
%5.88
%56.56

CMYK Percentages of Color #a61afa

%34
%90
%0
%2

Triadic Colors of #a61afa

#a61afa #faa61a #1afaa6

Analogous Colors of #a61afa

#a61afa #fa1ade #361afa

Monochromatic Colors of #a61afa

#a61afa

Complementary Color

#a61afa #6efa1a

#a61afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61afa Color CSS Codes

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

#a61afa Text Font Color

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

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


#a61afa Background Color

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

This div background color is #a61afa


#a61afa Border Color

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

This div border color is #a61afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61afa

Related Colors


Comments

No comments written yet.

Please login to write comment.