Color Hex Logo

#a52426 Color Hex

#A52426
(165,36,38)
0 Favorites   0 Comments

Color spaces of #a52426

RGB 1653638
HSL1.000.640.39
HSV359°78°65°
CMYK 0.000.780.77   0.35
XYZ16.49789.40102.7788
Yxy9.40100.57530.3278
Hunter Lab30.661142.388716.0893
CIE-Lab36.745251.561332.0562

#a52426 color RGB value is (165,36,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100100 00100110
Octal 245 44 46
Decimal 165 36 38
Hex A5 24 26

RGB Percentages of Color #a52426

%69.04
%15.06
%15.90

CMYK Percentages of Color #a52426

%0
%78
%77
%35

Triadic Colors of #a52426

#a52426 #26a524 #2426a5

Analogous Colors of #a52426

#a52426 #a56324 #a52467

Monochromatic Colors of #a52426

#a52426

Complementary Color

#a52426 #24a5a3

#a52426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52426 Color CSS Codes

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

#a52426 Text Font Color

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

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


#a52426 Background Color

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

This div background color is #a52426


#a52426 Border Color

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

This div border color is #a52426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52426


Comments

No comments written yet.

Please login to write comment.