Color Hex Logo

#a0323e Color Hex

#A0323E
(160,50,62)
0 Favorites   0 Comments

Color spaces of #a0323e

RGB 1605062
HSL0.980.520.41
HSV353°69°63°
CMYK 0.000.690.61   0.37
XYZ16.507310.10265.6374
Yxy10.10260.51190.3133
Hunter Lab31.784637.080811.7334
CIE-Lab38.025946.094218.6059

#a0323e color RGB value is (160,50,62).

#a0323e hex color red value is 160, green value is 50 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a0323e hue: 0.98 , saturation: 0.52 and the lightness value of a0323e is 0.41.

The process color (four color CMYK) of #a0323e color hex is 0.00, 0.69, 0.61, 0.37. Web safe color of #a0323e is #993333. Color #a0323e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 00111110
Octal 240 62 76
Decimal 160 50 62
Hex A0 32 3E

RGB Percentages of Color #a0323e

%58.82
%18.38
%22.79

CMYK Percentages of Color #a0323e

%0
%69
%61
%37

Triadic Colors of #a0323e

#a0323e #3ea032 #323ea0

Analogous Colors of #a0323e

#a0323e #a05d32 #a03275

Monochromatic Colors of #a0323e

#a0323e

Complementary Color

#a0323e #32a094

#a0323e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0323e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0323e Color CSS Codes

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

#a0323e Text Font Color

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

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


#a0323e Background Color

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

This div background color is #a0323e


#a0323e Border Color

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

This div border color is #a0323e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0323e


Comments

No comments written yet.

Please login to write comment.