Color Hex Logo

#a52925 Color Hex

#A52925
(165,41,37)
0 Favorites   0 Comments

Color spaces of #a52925

RGB 1654137
HSL0.010.630.40
HSV78°65°
CMYK 0.000.750.78   0.35
XYZ16.64399.71882.7489
Yxy9.71880.57170.3338
Hunter Lab31.175040.742516.5945
CIE-Lab37.332949.848733.2815

#a52925 color RGB value is (165,41,37).

#a52925 hex color red value is 165, green value is 41 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a52925 hue: 0.01 , saturation: 0.63 and the lightness value of a52925 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 00100101
Octal 245 51 45
Decimal 165 41 37
Hex A5 29 25

RGB Percentages of Color #a52925

%67.90
%16.87
%15.23

CMYK Percentages of Color #a52925

%0
%75
%78
%35

Triadic Colors of #a52925

#a52925 #25a529 #2925a5

Analogous Colors of #a52925

#a52925 #a56925 #a52561

Monochromatic Colors of #a52925

#a52925

Complementary Color

#a52925 #25a1a5

#a52925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52925 Color CSS Codes

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

#a52925 Text Font Color

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

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


#a52925 Background Color

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

This div background color is #a52925


#a52925 Border Color

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

This div border color is #a52925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52925


Comments

No comments written yet.

Please login to write comment.