Color Hex Logo

#972049 Color Hex

#972049
(151,32,73)
0 Favorites   0 Comments

Color spaces of #972049

RGB 1513273
HSL0.940.650.36
HSV339°79°59°
CMYK 0.000.790.52   0.41
XYZ14.48168.09347.1022
Yxy8.09340.48800.2727
Hunter Lab28.448941.07795.1126
CIE-Lab34.176650.77356.0031

#972049 color RGB value is (151,32,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00100000 01001001
Octal 227 40 111
Decimal 151 32 73
Hex 97 20 49

RGB Percentages of Color #972049

%58.98
%12.50
%28.52

CMYK Percentages of Color #972049

%0
%79
%52
%41

Triadic Colors of #972049

#972049 #499720 #204997

Analogous Colors of #972049

#972049 #973320 #972085

Monochromatic Colors of #972049

#972049

Complementary Color

#972049 #20976e

#972049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#972049 Color CSS Codes

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

#972049 Text Font Color

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

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


#972049 Background Color

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

This div background color is #972049


#972049 Border Color

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

This div border color is #972049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972049


Comments

No comments written yet.

Please login to write comment.