Color Hex Logo

#a359ec Color Hex

#A359EC
(163,89,236)
0 Favorites   0 Comments

Color spaces of #a359ec

RGB 16389236
HSL0.750.790.64
HSV270°62°93°
CMYK 0.310.620.00   0.07
XYZ33.817020.987481.6255
Yxy20.98740.24790.1538
Hunter Lab45.812051.5921-73.5715
CIE-Lab52.935757.1615-62.8301

#a359ec color RGB value is (163,89,236).

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

The process color (four color CMYK) of #a359ec color hex is 0.31, 0.62, 0.00, 0.07. Web safe color of #a359ec is #9966ff. Color #a359ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011001 11101100
Octal 243 131 354
Decimal 163 89 236
Hex A3 59 EC

RGB Percentages of Color #a359ec

%33.40
%18.24
%48.36

CMYK Percentages of Color #a359ec

%31
%62
%0
%7

Triadic Colors of #a359ec

#a359ec #eca359 #59eca3

Analogous Colors of #a359ec

#a359ec #ec59ec #5a59ec

Monochromatic Colors of #a359ec

#a359ec

Complementary Color

#a359ec #a2ec59

#a359ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a359ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a359ec Color CSS Codes

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

#a359ec Text Font Color

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

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


#a359ec Background Color

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

This div background color is #a359ec


#a359ec Border Color

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

This div border color is #a359ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a359ec


Comments

No comments written yet.

Please login to write comment.