Color Hex Logo

#a52947 Color Hex

#A52947
(165,41,71)
0 Favorites   0 Comments

Color spaces of #a52947

RGB 1654171
HSL0.960.600.40
HSV345°75°65°
CMYK 0.000.750.57   0.35
XYZ17.447310.04016.9796
Yxy10.04010.50620.2913
Hunter Lab31.686142.83669.1203
CIE-Lab37.914351.773212.9133

#a52947 color RGB value is (165,41,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 01000111
Octal 245 51 107
Decimal 165 41 71
Hex A5 29 47

RGB Percentages of Color #a52947

%59.57
%14.80
%25.63

CMYK Percentages of Color #a52947

%0
%75
%57
%35

Triadic Colors of #a52947

#a52947 #47a529 #2947a5

Analogous Colors of #a52947

#a52947 #a54929 #a52985

Monochromatic Colors of #a52947

#a52947

Complementary Color

#a52947 #29a587

#a52947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52947 Color CSS Codes

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

#a52947 Text Font Color

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

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


#a52947 Background Color

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

This div background color is #a52947


#a52947 Border Color

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

This div border color is #a52947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52947


Comments

No comments written yet.

Please login to write comment.