Color Hex Logo

#a0357e Color Hex

#A0357E
(160,53,126)
0 Favorites   0 Comments

Color spaces of #a0357e

RGB 16053126
HSL0.890.500.42
HSV319°67°63°
CMYK 0.000.670.21   0.37
XYZ19.536211.526120.9338
Yxy11.52610.37570.2217
Hunter Lab33.950143.3031-12.7934
CIE-Lab40.452851.7473-18.0995

#a0357e color RGB value is (160,53,126).

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

The process color (four color CMYK) of #a0357e color hex is 0.00, 0.67, 0.21, 0.37. Web safe color of #a0357e is #993366. Color #a0357e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110101 01111110
Octal 240 65 176
Decimal 160 53 126
Hex A0 35 7E

RGB Percentages of Color #a0357e

%47.20
%15.63
%37.17

CMYK Percentages of Color #a0357e

%0
%67
%21
%37

Triadic Colors of #a0357e

#a0357e #7ea035 #357ea0

Analogous Colors of #a0357e

#a0357e #a03549 #8d35a0

Monochromatic Colors of #a0357e

#a0357e

Complementary Color

#a0357e #35a057

#a0357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0357e Color CSS Codes

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

#a0357e Text Font Color

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

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


#a0357e Background Color

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

This div background color is #a0357e


#a0357e Border Color

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

This div border color is #a0357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0357e


Comments

No comments written yet.

Please login to write comment.