Color Hex Logo

#a5211d Color Hex

#A5211D
(165,33,29)
0 Favorites   0 Comments

Color spaces of #a5211d

RGB 1653329
HSL0.000.700.38
HSV82°65°
CMYK 0.000.800.82   0.35
XYZ16.28279.17582.0753
Yxy9.17580.59140.3333
Hunter Lab30.291642.939217.1421
CIE-Lab36.320652.173936.7838

#a5211d color RGB value is (165,33,29).

#a5211d hex color red value is 165, green value is 33 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a5211d hue: 0.00 , saturation: 0.70 and the lightness value of a5211d is 0.38.

The process color (four color CMYK) of #a5211d color hex is 0.00, 0.80, 0.82, 0.35. Web safe color of #a5211d is #993333. Color #a5211d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100001 00011101
Octal 245 41 35
Decimal 165 33 29
Hex A5 21 1D

RGB Percentages of Color #a5211d

%72.69
%14.54
%12.78

CMYK Percentages of Color #a5211d

%0
%80
%82
%35

Triadic Colors of #a5211d

#a5211d #1da521 #211da5

Analogous Colors of #a5211d

#a5211d #a5651d #a51d5d

Monochromatic Colors of #a5211d

#a5211d

Complementary Color

#a5211d #1da1a5

#a5211d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5211d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5211d Color CSS Codes

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

#a5211d Text Font Color

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

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


#a5211d Background Color

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

This div background color is #a5211d


#a5211d Border Color

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

This div border color is #a5211d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5211d


Comments

No comments written yet.

Please login to write comment.