Color Hex Logo

#a353a0 Color Hex

#A353A0
(163,83,160)
0 Favorites   0 Comments

Color spaces of #a353a0

RGB 16383160
HSL0.840.330.48
HSV302°49°64°
CMYK 0.000.490.02   0.36
XYZ24.542716.511135.1511
Yxy16.51110.32210.2167
Hunter Lab40.633936.7041-22.8463
CIE-Lab47.638044.0920-27.4800

#a353a0 color RGB value is (163,83,160).

#a353a0 hex color red value is 163, green value is 83 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a353a0 hue: 0.84 , saturation: 0.33 and the lightness value of a353a0 is 0.48.

The process color (four color CMYK) of #a353a0 color hex is 0.00, 0.49, 0.02, 0.36. Web safe color of #a353a0 is #996699. Color #a353a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010011 10100000
Octal 243 123 240
Decimal 163 83 160
Hex A3 53 A0

RGB Percentages of Color #a353a0

%40.15
%20.44
%39.41

CMYK Percentages of Color #a353a0

%0
%49
%2
%36

Triadic Colors of #a353a0

#a353a0 #a0a353 #53a0a3

Analogous Colors of #a353a0

#a353a0 #a35378 #7e53a3

Monochromatic Colors of #a353a0

#a353a0

Complementary Color

#a353a0 #53a356

#a353a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a353a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a353a0 Color CSS Codes

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

#a353a0 Text Font Color

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

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


#a353a0 Background Color

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

This div background color is #a353a0


#a353a0 Border Color

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

This div border color is #a353a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a353a0


Comments

No comments written yet.

Please login to write comment.