Color Hex Logo

#a52447 Color Hex

#A52447
(165,36,71)
0 Favorites   0 Comments

Color spaces of #a52447

RGB 1653671
HSL0.950.640.39
HSV344°78°65°
CMYK 0.000.780.57   0.35
XYZ17.28539.71606.9256
Yxy9.71600.50950.2864
Hunter Lab31.170544.43718.6460
CIE-Lab37.327853.418912.1091

#a52447 color RGB value is (165,36,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100100 01000111
Octal 245 44 107
Decimal 165 36 71
Hex A5 24 47

RGB Percentages of Color #a52447

%60.66
%13.24
%26.10

CMYK Percentages of Color #a52447

%0
%78
%57
%35

Triadic Colors of #a52447

#a52447 #47a524 #2447a5

Analogous Colors of #a52447

#a52447 #a54224 #a52488

Monochromatic Colors of #a52447

#a52447

Complementary Color

#a52447 #24a582

#a52447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52447 Color CSS Codes

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

#a52447 Text Font Color

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

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


#a52447 Background Color

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

This div background color is #a52447


#a52447 Border Color

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

This div border color is #a52447


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,36,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 #a52447">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52447


Comments

No comments written yet.

Please login to write comment.