Color Hex Logo

#a5373c Color Hex

#A5373C
(165,55,60)
0 Favorites   0 Comments

Color spaces of #a5373c

RGB 1655560
HSL0.990.500.43
HSV357°67°65°
CMYK 0.000.670.64   0.35
XYZ17.698811.05805.4765
Yxy11.05800.51700.3230
Hunter Lab33.253636.810713.5131
CIE-Lab39.678045.530022.1702

#a5373c color RGB value is (165,55,60).

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

The process color (four color CMYK) of #a5373c color hex is 0.00, 0.67, 0.64, 0.35. Web safe color of #a5373c is #993333. Color #a5373c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110111 00111100
Octal 245 67 74
Decimal 165 55 60
Hex A5 37 3C

RGB Percentages of Color #a5373c

%58.93
%19.64
%21.43

CMYK Percentages of Color #a5373c

%0
%67
%64
%35

Triadic Colors of #a5373c

#a5373c #3ca537 #373ca5

Analogous Colors of #a5373c

#a5373c #a56937 #a53773

Monochromatic Colors of #a5373c

#a5373c

Complementary Color

#a5373c #37a5a0

#a5373c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5373c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5373c Color CSS Codes

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

#a5373c Text Font Color

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

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


#a5373c Background Color

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

This div background color is #a5373c


#a5373c Border Color

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

This div border color is #a5373c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,55,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5373c


Comments

No comments written yet.

Please login to write comment.