Color Hex Logo

#a059fc Color Hex

#A059FC
(160,89,252)
0 Favorites   0 Comments

Color spaces of #a059fc

RGB 16089252
HSL0.740.960.67
HSV266°65°99°
CMYK 0.370.650.00   0.01
XYZ35.640321.646694.3952
Yxy21.64660.23500.1427
Hunter Lab46.525955.3162-87.7238
CIE-Lab53.650060.3390-70.6178

#a059fc color RGB value is (160,89,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011001 11111100
Octal 240 131 374
Decimal 160 89 252
Hex A0 59 FC

RGB Percentages of Color #a059fc

%31.94
%17.76
%50.30

CMYK Percentages of Color #a059fc

%37
%65
%0
%1

Triadic Colors of #a059fc

#a059fc #fca059 #59fca0

Analogous Colors of #a059fc

#a059fc #f259fc #5964fc

Monochromatic Colors of #a059fc

#a059fc

Complementary Color

#a059fc #b5fc59

#a059fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a059fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a059fc Color CSS Codes

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

#a059fc Text Font Color

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

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


#a059fc Background Color

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

This div background color is #a059fc


#a059fc Border Color

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

This div border color is #a059fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a059fc


Comments

No comments written yet.

Please login to write comment.