Color Hex Logo

#a5374a Color Hex

#A5374A
(165,55,74)
0 Favorites   0 Comments

Color spaces of #a5374a

RGB 1655574
HSL0.970.500.43
HSV350°67°65°
CMYK 0.000.670.55   0.35
XYZ18.119311.22617.6904
Yxy11.22610.48920.3031
Hunter Lab33.505437.89629.8451
CIE-Lab39.958746.563513.8083

#a5374a color RGB value is (165,55,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110111 01001010
Octal 245 67 112
Decimal 165 55 74
Hex A5 37 4A

RGB Percentages of Color #a5374a

%56.12
%18.71
%25.17

CMYK Percentages of Color #a5374a

%0
%67
%55
%35

Triadic Colors of #a5374a

#a5374a #4aa537 #374aa5

Analogous Colors of #a5374a

#a5374a #a55b37 #a53781

Monochromatic Colors of #a5374a

#a5374a

Complementary Color

#a5374a #37a592

#a5374a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5374a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5374a Color CSS Codes

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

#a5374a Text Font Color

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

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


#a5374a Background Color

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

This div background color is #a5374a


#a5374a Border Color

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

This div border color is #a5374a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5374a


Comments

No comments written yet.

Please login to write comment.