Color Hex Logo

#a06ffa Color Hex

#A06FFA
(160,111,250)
0 Favorites   0 Comments

Color spaces of #a06ffa

RGB 160111250
HSL0.730.930.71
HSV261°56°98°
CMYK 0.360.560.00   0.02
XYZ37.437025.744693.4385
Yxy25.74460.23900.1644
Hunter Lab50.739142.9097-73.6679
CIE-Lab57.793848.4374-62.8269

#a06ffa color RGB value is (160,111,250).

#a06ffa hex color red value is 160, green value is 111 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a06ffa hue: 0.73 , saturation: 0.93 and the lightness value of a06ffa is 0.71.

The process color (four color CMYK) of #a06ffa color hex is 0.36, 0.56, 0.00, 0.02. Web safe color of #a06ffa is #9966ff. Color #a06ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101111 11111010
Octal 240 157 372
Decimal 160 111 250
Hex A0 6F FA

RGB Percentages of Color #a06ffa

%30.71
%21.31
%47.98

CMYK Percentages of Color #a06ffa

%36
%56
%0
%2

Triadic Colors of #a06ffa

#a06ffa #faa06f #6ffaa0

Analogous Colors of #a06ffa

#a06ffa #e66ffa #6f84fa

Monochromatic Colors of #a06ffa

#a06ffa

Complementary Color

#a06ffa #c9fa6f

#a06ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ffa Color CSS Codes

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

#a06ffa Text Font Color

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

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


#a06ffa Background Color

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

This div background color is #a06ffa


#a06ffa Border Color

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

This div border color is #a06ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ffa


Comments

No comments written yet.

Please login to write comment.