Color Hex Logo

#a40529 Color Hex

#A40529
(164,5,41)
0 Favorites   0 Comments

Color spaces of #a40529

RGB 164541
HSL0.960.940.33
HSV346°97°64°
CMYK 0.000.970.75   0.36
XYZ15.76448.16112.8422
Yxy8.16110.58890.3049
Hunter Lab28.567648.507814.0986
CIE-Lab34.316257.835427.4238

#a40529 color RGB value is (164,5,41).

#a40529 hex color red value is 164, green value is 5 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a40529 hue: 0.96 , saturation: 0.94 and the lightness value of a40529 is 0.33.

The process color (four color CMYK) of #a40529 color hex is 0.00, 0.97, 0.75, 0.36. Web safe color of #a40529 is #990033. Color #a40529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000101 00101001
Octal 244 5 51
Decimal 164 5 41
Hex A4 5 29

RGB Percentages of Color #a40529

%78.10
%2.38
%19.52

CMYK Percentages of Color #a40529

%0
%97
%75
%36

Triadic Colors of #a40529

#a40529 #29a405 #0529a4

Analogous Colors of #a40529

#a40529 #a43005 #a40579

Monochromatic Colors of #a40529

#a40529

Complementary Color

#a40529 #05a480

#a40529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40529 Color CSS Codes

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

#a40529 Text Font Color

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

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


#a40529 Background Color

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

This div background color is #a40529


#a40529 Border Color

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

This div border color is #a40529


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,5,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a40529; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a40529;
  -webkit-box-shadow: 1px 1px 3px 2px #a40529;
  box-shadow:         1px 1px 3px 2px #a40529; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,5,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40529


Comments

No comments written yet.

Please login to write comment.