Color Hex Logo

#a006f9 Color Hex

#A006F9
(160,6,249)
0 Favorites   0 Comments

Color spaces of #a006f9

RGB 1606249
HSL0.770.950.50
HSV278°98°98°
CMYK 0.360.980.00   0.02
XYZ31.661214.443490.7417
Yxy14.44340.23140.1055
Hunter Lab38.004582.1990-114.9611
CIE-Lab44.862284.2664-83.2764

#a006f9 color RGB value is (160,6,249).

#a006f9 hex color red value is 160, green value is 6 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #a006f9 hue: 0.77 , saturation: 0.95 and the lightness value of a006f9 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000110 11111001
Octal 240 6 371
Decimal 160 6 249
Hex A0 6 F9

RGB Percentages of Color #a006f9

%38.55
%1.45
%60.00

CMYK Percentages of Color #a006f9

%36
%98
%0
%2

Triadic Colors of #a006f9

#a006f9 #f9a006 #06f9a0

Analogous Colors of #a006f9

#a006f9 #f906d9 #2606f9

Monochromatic Colors of #a006f9

#a006f9

Complementary Color

#a006f9 #5ff906

#a006f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a006f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a006f9 Color CSS Codes

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

#a006f9 Text Font Color

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

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


#a006f9 Background Color

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

This div background color is #a006f9


#a006f9 Border Color

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

This div border color is #a006f9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,6,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a006f9

Related Colors


Comments

No comments written yet.

Please login to write comment.