Color Hex Logo

#a52024 Color Hex

#A52024
(165,32,36)
0 Favorites   0 Comments

Color spaces of #a52024

RGB 1653236
HSL0.990.680.39
HSV358°81°65°
CMYK 0.000.810.78   0.35
XYZ16.35209.15972.5752
Yxy9.15970.58220.3261
Hunter Lab30.265043.478816.1406
CIE-Lab36.290052.699332.7461

#a52024 color RGB value is (165,32,36).

#a52024 hex color red value is 165, green value is 32 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a52024 hue: 0.99 , saturation: 0.68 and the lightness value of a52024 is 0.39.

The process color (four color CMYK) of #a52024 color hex is 0.00, 0.81, 0.78, 0.35. Web safe color of #a52024 is #993333. Color #a52024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100000 00100100
Octal 245 40 44
Decimal 165 32 36
Hex A5 20 24

RGB Percentages of Color #a52024

%70.82
%13.73
%15.45

CMYK Percentages of Color #a52024

%0
%81
%78
%35

Triadic Colors of #a52024

#a52024 #24a520 #2024a5

Analogous Colors of #a52024

#a52024 #a55e20 #a52067

Monochromatic Colors of #a52024

#a52024

Complementary Color

#a52024 #20a5a1

#a52024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52024 Color CSS Codes

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

#a52024 Text Font Color

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

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


#a52024 Background Color

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

This div background color is #a52024


#a52024 Border Color

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

This div border color is #a52024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52024


Comments

No comments written yet.

Please login to write comment.