Color Hex Logo

#a06ffb Color Hex

#A06FFB
(160,111,251)
0 Favorites   0 Comments

Color spaces of #a06ffb

RGB 160111251
HSL0.730.950.71
HSV261°56°98°
CMYK 0.360.560.00   0.02
XYZ37.594225.807594.2667
Yxy25.80750.23840.1637
Hunter Lab50.801143.1930-74.4580
CIE-Lab57.853948.6909-63.2832

#a06ffb color RGB value is (160,111,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101111 11111011
Octal 240 157 373
Decimal 160 111 251
Hex A0 6F FB

RGB Percentages of Color #a06ffb

%30.65
%21.26
%48.08

CMYK Percentages of Color #a06ffb

%36
%56
%0
%2

Triadic Colors of #a06ffb

#a06ffb #fba06f #6ffba0

Analogous Colors of #a06ffb

#a06ffb #e66ffb #6f84fb

Monochromatic Colors of #a06ffb

#a06ffb

Complementary Color

#a06ffb #cafb6f

#a06ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ffb Color CSS Codes

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

#a06ffb Text Font Color

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

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


#a06ffb Background Color

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

This div background color is #a06ffb


#a06ffb Border Color

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

This div border color is #a06ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ffb


Comments

No comments written yet.

Please login to write comment.