Color Hex Logo

#a559fc Color Hex

#A559FC
(165,89,252)
0 Favorites   0 Comments

Color spaces of #a559fc

RGB 16589252
HSL0.740.960.67
HSV268°65°99°
CMYK 0.350.650.00   0.01
XYZ36.660122.172494.4430
Yxy22.17240.23920.1447
Hunter Lab47.087656.5682-85.9559
CIE-Lab54.209461.3343-69.6855

#a559fc color RGB value is (165,89,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011001 11111100
Octal 245 131 374
Decimal 165 89 252
Hex A5 59 FC

RGB Percentages of Color #a559fc

%32.61
%17.59
%49.80

CMYK Percentages of Color #a559fc

%35
%65
%0
%1

Triadic Colors of #a559fc

#a559fc #fca559 #59fca5

Analogous Colors of #a559fc

#a559fc #f759fc #595ffc

Monochromatic Colors of #a559fc

#a559fc

Complementary Color

#a559fc #b0fc59

#a559fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a559fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a559fc Color CSS Codes

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

#a559fc Text Font Color

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

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


#a559fc Background Color

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

This div background color is #a559fc


#a559fc Border Color

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

This div border color is #a559fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a559fc


Comments

No comments written yet.

Please login to write comment.