Color Hex Logo

#a0359f Color Hex

#A0359F
(160,53,159)
0 Favorites   0 Comments

Color spaces of #a0359f

RGB 16053159
HSL0.830.500.42
HSV301°67°63°
CMYK 0.000.670.01   0.37
XYZ22.028312.523034.0570
Yxy12.52300.32110.1825
Hunter Lab35.387949.1843-32.2888
CIE-Lab42.035656.9734-35.7009

#a0359f color RGB value is (160,53,159).

#a0359f hex color red value is 160, green value is 53 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a0359f hue: 0.83 , saturation: 0.50 and the lightness value of a0359f is 0.42.

The process color (four color CMYK) of #a0359f color hex is 0.00, 0.67, 0.01, 0.37. Web safe color of #a0359f is #993399. Color #a0359f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110101 10011111
Octal 240 65 237
Decimal 160 53 159
Hex A0 35 9F

RGB Percentages of Color #a0359f

%43.01
%14.25
%42.74

CMYK Percentages of Color #a0359f

%0
%67
%1
%37

Triadic Colors of #a0359f

#a0359f #9fa035 #359fa0

Analogous Colors of #a0359f

#a0359f #a0356a #6c35a0

Monochromatic Colors of #a0359f

#a0359f

Complementary Color

#a0359f #35a036

#a0359f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0359f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0359f Color CSS Codes

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

#a0359f Text Font Color

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

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


#a0359f Background Color

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

This div background color is #a0359f


#a0359f Border Color

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

This div border color is #a0359f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0359f


Comments

No comments written yet.

Please login to write comment.