Color Hex Logo

#a559ea Color Hex

#A559EA
(165,89,234)
0 Favorites   0 Comments

Color spaces of #a559ea

RGB 16589234
HSL0.750.780.63
HSV271°62°92°
CMYK 0.290.620.00   0.08
XYZ33.940721.084680.1228
Yxy21.08460.25110.1560
Hunter Lab45.918051.5835-71.3132
CIE-Lab53.042057.1350-61.5251

#a559ea color RGB value is (165,89,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011001 11101010
Octal 245 131 352
Decimal 165 89 234
Hex A5 59 EA

RGB Percentages of Color #a559ea

%33.81
%18.24
%47.95

CMYK Percentages of Color #a559ea

%29
%62
%0
%8

Triadic Colors of #a559ea

#a559ea #eaa559 #59eaa5

Analogous Colors of #a559ea

#a559ea #ea59e7 #5c59ea

Monochromatic Colors of #a559ea

#a559ea

Complementary Color

#a559ea #9eea59

#a559ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a559ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a559ea Color CSS Codes

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

#a559ea Text Font Color

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

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


#a559ea Background Color

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

This div background color is #a559ea


#a559ea Border Color

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

This div border color is #a559ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a559ea


Comments

No comments written yet.

Please login to write comment.