Color Hex Logo

#a359cc Color Hex

#A359CC
(163,89,204)
0 Favorites   0 Comments

Color spaces of #a359cc

RGB 16389204
HSL0.770.530.57
HSV279°56°80°
CMYK 0.200.560.00   0.20
XYZ29.575719.290959.2914
Yxy19.29090.27340.1784
Hunter Lab43.921443.3355-49.2931
CIE-Lab51.025849.9155-47.7587

#a359cc color RGB value is (163,89,204).

#a359cc hex color red value is 163, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a359cc hue: 0.77 , saturation: 0.53 and the lightness value of a359cc is 0.57.

The process color (four color CMYK) of #a359cc color hex is 0.20, 0.56, 0.00, 0.20. Web safe color of #a359cc is #9966cc. Color #a359cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011001 11001100
Octal 243 131 314
Decimal 163 89 204
Hex A3 59 CC

RGB Percentages of Color #a359cc

%35.75
%19.52
%44.74

CMYK Percentages of Color #a359cc

%20
%56
%0
%20

Triadic Colors of #a359cc

#a359cc #cca359 #59cca3

Analogous Colors of #a359cc

#a359cc #cc59bc #6a59cc

Monochromatic Colors of #a359cc

#a359cc

Complementary Color

#a359cc #82cc59

#a359cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a359cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a359cc Color CSS Codes

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

#a359cc Text Font Color

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

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


#a359cc Background Color

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

This div background color is #a359cc


#a359cc Border Color

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

This div border color is #a359cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a359cc


Comments

No comments written yet.

Please login to write comment.