Color Hex Logo

#a05afa Color Hex

#A05AFA
(160,90,250)
0 Favorites   0 Comments

Color spaces of #a05afa

RGB 16090250
HSL0.740.940.67
HSV266°64°98°
CMYK 0.360.640.00   0.02
XYZ35.408721.688092.7624
Yxy21.68800.23630.1447
Hunter Lab46.570454.2202-85.4990
CIE-Lab53.694459.3650-69.4353

#a05afa color RGB value is (160,90,250).

#a05afa hex color red value is 160, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a05afa hue: 0.74 , saturation: 0.94 and the lightness value of a05afa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011010 11111010
Octal 240 132 372
Decimal 160 90 250
Hex A0 5A FA

RGB Percentages of Color #a05afa

%32.00
%18.00
%50.00

CMYK Percentages of Color #a05afa

%36
%64
%0
%2

Triadic Colors of #a05afa

#a05afa #faa05a #5afaa0

Analogous Colors of #a05afa

#a05afa #f05afa #5a64fa

Monochromatic Colors of #a05afa

#a05afa

Complementary Color

#a05afa #b4fa5a

#a05afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05afa Color CSS Codes

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

#a05afa Text Font Color

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

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


#a05afa Background Color

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

This div background color is #a05afa


#a05afa Border Color

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

This div border color is #a05afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05afa

Related Colors


Comments

No comments written yet.

Please login to write comment.