Color Hex Logo

#a559bf Color Hex

#A559BF
(165,89,191)
0 Favorites   0 Comments

Color spaces of #a559bf

RGB 16589191
HSL0.790.440.55
HSV285°53°75°
CMYK 0.140.530.00   0.25
XYZ28.493418.905751.4376
Yxy18.90570.28830.1913
Hunter Lab43.480740.8819-39.7035
CIE-Lab50.576747.6669-40.9777

#a559bf color RGB value is (165,89,191).

#a559bf hex color red value is 165, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a559bf hue: 0.79 , saturation: 0.44 and the lightness value of a559bf is 0.55.

The process color (four color CMYK) of #a559bf color hex is 0.14, 0.53, 0.00, 0.25. Web safe color of #a559bf is #9966cc. Color #a559bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011001 10111111
Octal 245 131 277
Decimal 165 89 191
Hex A5 59 BF

RGB Percentages of Color #a559bf

%37.08
%20.00
%42.92

CMYK Percentages of Color #a559bf

%14
%53
%0
%25

Triadic Colors of #a559bf

#a559bf #bfa559 #59bfa5

Analogous Colors of #a559bf

#a559bf #bf59a6 #7259bf

Monochromatic Colors of #a559bf

#a559bf

Complementary Color

#a559bf #73bf59

#a559bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a559bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a559bf Color CSS Codes

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

#a559bf Text Font Color

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

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


#a559bf Background Color

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

This div background color is #a559bf


#a559bf Border Color

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

This div border color is #a559bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a559bf


Comments

No comments written yet.

Please login to write comment.