Color Hex Logo

#972249 Color Hex

#972249
(151,34,73)
0 Favorites   0 Comments

Color spaces of #972249

RGB 1513473
HSL0.940.630.36
HSV340°77°59°
CMYK 0.000.770.52   0.41
XYZ14.53718.20447.1207
Yxy8.20440.48680.2747
Hunter Lab28.643340.46685.3109
CIE-Lab34.405050.12996.3270

#972249 color RGB value is (151,34,73).

#972249 hex color red value is 151, green value is 34 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #972249 hue: 0.94 , saturation: 0.63 and the lightness value of 972249 is 0.36.

The process color (four color CMYK) of #972249 color hex is 0.00, 0.77, 0.52, 0.41. Web safe color of #972249 is #993333. Color #972249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00100010 01001001
Octal 227 42 111
Decimal 151 34 73
Hex 97 22 49

RGB Percentages of Color #972249

%58.53
%13.18
%28.29

CMYK Percentages of Color #972249

%0
%77
%52
%41

Triadic Colors of #972249

#972249 #499722 #224997

Analogous Colors of #972249

#972249 #973622 #972284

Monochromatic Colors of #972249

#972249

Complementary Color

#972249 #229770

#972249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#972249 Color CSS Codes

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

#972249 Text Font Color

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

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


#972249 Background Color

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

This div background color is #972249


#972249 Border Color

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

This div border color is #972249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972249


Comments

No comments written yet.

Please login to write comment.