Color Hex Logo

#a0437e Color Hex

#A0437E
(160,67,126)
0 Favorites   0 Comments

Color spaces of #a0437e

RGB 16067126
HSL0.890.410.45
HSV322°58°63°
CMYK 0.000.580.21   0.37
XYZ20.270312.994321.1784
Yxy12.99430.37230.2387
Hunter Lab36.047637.2909-9.6003
CIE-Lab42.754745.4761-14.5787

#a0437e color RGB value is (160,67,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000011 01111110
Octal 240 103 176
Decimal 160 67 126
Hex A0 43 7E

RGB Percentages of Color #a0437e

%45.33
%18.98
%35.69

CMYK Percentages of Color #a0437e

%0
%58
%21
%37

Triadic Colors of #a0437e

#a0437e #7ea043 #437ea0

Analogous Colors of #a0437e

#a0437e #a04350 #9443a0

Monochromatic Colors of #a0437e

#a0437e

Complementary Color

#a0437e #43a065

#a0437e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0437e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0437e Color CSS Codes

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

#a0437e Text Font Color

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

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


#a0437e Background Color

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

This div background color is #a0437e


#a0437e Border Color

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

This div border color is #a0437e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,67,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 #a0437e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0437e


Comments

No comments written yet.

Please login to write comment.