Color Hex Logo

#a559fb Color Hex

#A559FB
(165,89,251)
0 Favorites   0 Comments

Color spaces of #a559fb

RGB 16589251
HSL0.740.950.67
HSV268°65°98°
CMYK 0.340.650.00   0.02
XYZ36.502022.109193.6104
Yxy22.10910.23980.1452
Hunter Lab47.020356.2845-85.1233
CIE-Lab54.142661.0986-69.2386

#a559fb color RGB value is (165,89,251).

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

The process color (four color CMYK) of #a559fb color hex is 0.34, 0.65, 0.00, 0.02. Web safe color of #a559fb is #9966ff. Color #a559fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011001 11111011
Octal 245 131 373
Decimal 165 89 251
Hex A5 59 FB

RGB Percentages of Color #a559fb

%32.67
%17.62
%49.70

CMYK Percentages of Color #a559fb

%34
%65
%0
%2

Triadic Colors of #a559fb

#a559fb #fba559 #59fba5

Analogous Colors of #a559fb

#a559fb #f659fb #595efb

Monochromatic Colors of #a559fb

#a559fb

Complementary Color

#a559fb #affb59

#a559fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a559fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a559fb Color CSS Codes

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

#a559fb Text Font Color

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

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


#a559fb Background Color

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

This div background color is #a559fb


#a559fb Border Color

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

This div border color is #a559fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a559fb


Comments

No comments written yet.

Please login to write comment.