Color Hex Logo

#a359ea Color Hex

#A359EA
(163,89,234)
0 Favorites   0 Comments

Color spaces of #a359ea

RGB 16389234
HSL0.750.780.63
HSV271°62°92°
CMYK 0.300.620.00   0.08
XYZ33.527920.871880.1034
Yxy20.87180.24930.1552
Hunter Lab45.685751.0481-71.9767
CIE-Lab52.808956.6955-61.9124

#a359ea color RGB value is (163,89,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011001 11101010
Octal 243 131 352
Decimal 163 89 234
Hex A3 59 EA

RGB Percentages of Color #a359ea

%33.54
%18.31
%48.15

CMYK Percentages of Color #a359ea

%30
%62
%0
%8

Triadic Colors of #a359ea

#a359ea #eaa359 #59eaa3

Analogous Colors of #a359ea

#a359ea #ea59e9 #5b59ea

Monochromatic Colors of #a359ea

#a359ea

Complementary Color

#a359ea #a0ea59

#a359ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a359ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a359ea Color CSS Codes

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

#a359ea Text Font Color

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

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


#a359ea Background Color

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

This div background color is #a359ea


#a359ea Border Color

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

This div border color is #a359ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a359ea


Comments

No comments written yet.

Please login to write comment.