Color Hex Logo

#a359d3 Color Hex

#A359D3
(163,89,211)
0 Favorites   0 Comments

Color spaces of #a359d3

RGB 16389211
HSL0.770.580.59
HSV276°58°83°
CMYK 0.230.580.00   0.17
XYZ30.434519.634463.8138
Yxy19.63440.26720.1724
Hunter Lab44.310745.0577-54.3686
CIE-Lab51.421351.4590-51.1279

#a359d3 color RGB value is (163,89,211).

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

The process color (four color CMYK) of #a359d3 color hex is 0.23, 0.58, 0.00, 0.17. Web safe color of #a359d3 is #9966cc. Color #a359d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011001 11010011
Octal 243 131 323
Decimal 163 89 211
Hex A3 59 D3

RGB Percentages of Color #a359d3

%35.21
%19.22
%45.57

CMYK Percentages of Color #a359d3

%23
%58
%0
%17

Triadic Colors of #a359d3

#a359d3 #d3a359 #59d3a3

Analogous Colors of #a359d3

#a359d3 #d359c6 #6659d3

Monochromatic Colors of #a359d3

#a359d3

Complementary Color

#a359d3 #89d359

#a359d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a359d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a359d3 Color CSS Codes

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

#a359d3 Text Font Color

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

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


#a359d3 Background Color

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

This div background color is #a359d3


#a359d3 Border Color

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

This div border color is #a359d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a359d3


Comments

No comments written yet.

Please login to write comment.