Color Hex Logo

#a606fa Color Hex

#A606FA
(166,6,250)
0 Favorites   0 Comments

Color spaces of #a606fa

RGB 1666250
HSL0.780.960.50
HSV279°98°98°
CMYK 0.340.980.00   0.02
XYZ33.046315.139491.6229
Yxy15.13940.23640.1083
Hunter Lab38.909483.5112-112.3781
CIE-Lab45.824585.1008-82.2245

#a606fa color RGB value is (166,6,250).

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

The process color (four color CMYK) of #a606fa color hex is 0.34, 0.98, 0.00, 0.02. Web safe color of #a606fa is #9900ff. Color #a606fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000110 11111010
Octal 246 6 372
Decimal 166 6 250
Hex A6 6 FA

RGB Percentages of Color #a606fa

%39.34
%1.42
%59.24

CMYK Percentages of Color #a606fa

%34
%98
%0
%2

Triadic Colors of #a606fa

#a606fa #faa606 #06faa6

Analogous Colors of #a606fa

#a606fa #fa06d4 #2c06fa

Monochromatic Colors of #a606fa

#a606fa

Complementary Color

#a606fa #5afa06

#a606fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a606fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a606fa Color CSS Codes

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

#a606fa Text Font Color

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

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


#a606fa Background Color

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

This div background color is #a606fa


#a606fa Border Color

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

This div border color is #a606fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a606fa


Comments

No comments written yet.

Please login to write comment.