Color Hex Logo

#a52249 Color Hex

#A52249
(165,34,73)
0 Favorites   0 Comments

Color spaces of #a52249

RGB 1653473
HSL0.950.660.39
HSV342°79°65°
CMYK 0.000.790.56   0.35
XYZ17.29179.62447.2497
Yxy9.62440.50610.2817
Hunter Lab31.023245.20167.8610
CIE-Lab37.159754.178510.5928

#a52249 color RGB value is (165,34,73).

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

The process color (four color CMYK) of #a52249 color hex is 0.00, 0.79, 0.56, 0.35. Web safe color of #a52249 is #993333. Color #a52249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100010 01001001
Octal 245 42 111
Decimal 165 34 73
Hex A5 22 49

RGB Percentages of Color #a52249

%60.66
%12.50
%26.84

CMYK Percentages of Color #a52249

%0
%79
%56
%35

Triadic Colors of #a52249

#a52249 #49a522 #2249a5

Analogous Colors of #a52249

#a52249 #a53c22 #a5228b

Monochromatic Colors of #a52249

#a52249

Complementary Color

#a52249 #22a57e

#a52249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52249 Color CSS Codes

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

#a52249 Text Font Color

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

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


#a52249 Background Color

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

This div background color is #a52249


#a52249 Border Color

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

This div border color is #a52249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52249


Comments

No comments written yet.

Please login to write comment.