Color Hex Logo

#a03570 Color Hex

#A03570
(160,53,112)
0 Favorites   0 Comments

Color spaces of #a03570

RGB 16053112
HSL0.910.500.42
HSV327°67°63°
CMYK 0.000.670.30   0.37
XYZ18.694911.189616.5037
Yxy11.18960.40300.2412
Hunter Lab33.450941.2205-5.8364
CIE-Lab39.898049.8407-10.2601

#a03570 color RGB value is (160,53,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110101 01110000
Octal 240 65 160
Decimal 160 53 112
Hex A0 35 70

RGB Percentages of Color #a03570

%49.23
%16.31
%34.46

CMYK Percentages of Color #a03570

%0
%67
%30
%37

Triadic Colors of #a03570

#a03570 #70a035 #3570a0

Analogous Colors of #a03570

#a03570 #a0353a #9b35a0

Monochromatic Colors of #a03570

#a03570

Complementary Color

#a03570 #35a065

#a03570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03570 Color CSS Codes

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

#a03570 Text Font Color

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

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


#a03570 Background Color

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

This div background color is #a03570


#a03570 Border Color

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

This div border color is #a03570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03570


Comments

No comments written yet.

Please login to write comment.