Color Hex Logo

#a5343e Color Hex

#A5343E
(165,52,62)
0 Favorites   0 Comments

Color spaces of #a5343e

RGB 1655262
HSL0.990.520.43
HSV355°68°65°
CMYK 0.000.680.62   0.35
XYZ17.614510.80315.7142
Yxy10.80310.51610.3165
Hunter Lab32.868138.141812.6999
CIE-Lab39.246846.934320.3739

#a5343e color RGB value is (165,52,62).

#a5343e hex color red value is 165, green value is 52 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a5343e hue: 0.99 , saturation: 0.52 and the lightness value of a5343e is 0.43.

The process color (four color CMYK) of #a5343e color hex is 0.00, 0.68, 0.62, 0.35. Web safe color of #a5343e is #993333. Color #a5343e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110100 00111110
Octal 245 64 76
Decimal 165 52 62
Hex A5 34 3E

RGB Percentages of Color #a5343e

%59.14
%18.64
%22.22

CMYK Percentages of Color #a5343e

%0
%68
%62
%35

Triadic Colors of #a5343e

#a5343e #3ea534 #343ea5

Analogous Colors of #a5343e

#a5343e #a56334 #a53477

Monochromatic Colors of #a5343e

#a5343e

Complementary Color

#a5343e #34a59b

#a5343e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5343e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5343e Color CSS Codes

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

#a5343e Text Font Color

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

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


#a5343e Background Color

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

This div background color is #a5343e


#a5343e Border Color

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

This div border color is #a5343e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5343e


Comments

No comments written yet.

Please login to write comment.