Color Hex Logo

#a06ffe Color Hex

#A06FFE
(160,111,254)
0 Favorites   0 Comments

Color spaces of #a06ffe

RGB 160111254
HSL0.720.990.72
HSV261°56°100°
CMYK 0.370.560.00   0.00
XYZ38.071025.998296.7775
Yxy25.99820.23670.1616
Hunter Lab50.988444.0490-76.8422
CIE-Lab58.035349.4538-64.6479

#a06ffe color RGB value is (160,111,254).

#a06ffe hex color red value is 160, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a06ffe hue: 0.72 , saturation: 0.99 and the lightness value of a06ffe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101111 11111110
Octal 240 157 376
Decimal 160 111 254
Hex A0 6F FE

RGB Percentages of Color #a06ffe

%30.48
%21.14
%48.38

CMYK Percentages of Color #a06ffe

%37
%56
%0
%0

Triadic Colors of #a06ffe

#a06ffe #fea06f #6ffea0

Analogous Colors of #a06ffe

#a06ffe #e86ffe #6f86fe

Monochromatic Colors of #a06ffe

#a06ffe

Complementary Color

#a06ffe #cdfe6f

#a06ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ffe Color CSS Codes

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

#a06ffe Text Font Color

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

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


#a06ffe Background Color

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

This div background color is #a06ffe


#a06ffe Border Color

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

This div border color is #a06ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ffe


Comments

No comments written yet.

Please login to write comment.