Color Hex Logo

#a559e8 Color Hex

#A559E8
(165,89,232)
0 Favorites   0 Comments

Color spaces of #a559e8

RGB 16589232
HSL0.760.760.63
HSV272°62°91°
CMYK 0.290.620.00   0.09
XYZ33.654920.970378.6178
Yxy20.97030.25260.1574
Hunter Lab45.793351.0467-69.7335
CIE-Lab52.917056.6752-60.6029

#a559e8 color RGB value is (165,89,232).

#a559e8 hex color red value is 165, green value is 89 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #a559e8 hue: 0.76 , saturation: 0.76 and the lightness value of a559e8 is 0.63.

The process color (four color CMYK) of #a559e8 color hex is 0.29, 0.62, 0.00, 0.09. Web safe color of #a559e8 is #9966ff. Color #a559e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011001 11101000
Octal 245 131 350
Decimal 165 89 232
Hex A5 59 E8

RGB Percentages of Color #a559e8

%33.95
%18.31
%47.74

CMYK Percentages of Color #a559e8

%29
%62
%0
%9

Triadic Colors of #a559e8

#a559e8 #e8a559 #59e8a5

Analogous Colors of #a559e8

#a559e8 #e859e4 #5e59e8

Monochromatic Colors of #a559e8

#a559e8

Complementary Color

#a559e8 #9ce859

#a559e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a559e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a559e8 Color CSS Codes

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

#a559e8 Text Font Color

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

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


#a559e8 Background Color

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

This div background color is #a559e8


#a559e8 Border Color

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

This div border color is #a559e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a559e8


Comments

No comments written yet.

Please login to write comment.