Color Hex Logo

#a08ffa Color Hex

#A08FFA
(160,143,250)
0 Favorites   0 Comments

Color spaces of #a08ffa

RGB 160143250
HSL0.690.910.77
HSV250°43°98°
CMYK 0.360.430.00   0.02
XYZ41.575034.020694.8179
Yxy34.02060.24400.1996
Hunter Lab58.327225.1604-55.5541
CIE-Lab64.978930.5020-51.3695

#a08ffa color RGB value is (160,143,250).

#a08ffa hex color red value is 160, green value is 143 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a08ffa hue: 0.69 , saturation: 0.91 and the lightness value of a08ffa is 0.77.

The process color (four color CMYK) of #a08ffa color hex is 0.36, 0.43, 0.00, 0.02. Web safe color of #a08ffa is #9999ff. Color #a08ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001111 11111010
Octal 240 217 372
Decimal 160 143 250
Hex A0 8F FA

RGB Percentages of Color #a08ffa

%28.93
%25.86
%45.21

CMYK Percentages of Color #a08ffa

%36
%43
%0
%2

Triadic Colors of #a08ffa

#a08ffa #faa08f #8ffaa0

Analogous Colors of #a08ffa

#a08ffa #d68ffa #8fb4fa

Monochromatic Colors of #a08ffa

#a08ffa

Complementary Color

#a08ffa #e9fa8f

#a08ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08ffa Color CSS Codes

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

#a08ffa Text Font Color

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

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


#a08ffa Background Color

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

This div background color is #a08ffa


#a08ffa Border Color

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

This div border color is #a08ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08ffa


Comments

No comments written yet.

Please login to write comment.