Color Hex Logo

#97172e Color Hex

#97172E
(151,23,46)
0 Favorites   0 Comments

Color spaces of #97172e

RGB 1512346
HSL0.970.740.34
HSV349°85°59°
CMYK 0.000.850.70   0.41
XYZ13.56207.38943.2963
Yxy7.38940.55930.3047
Hunter Lab27.183541.483811.8388
CIE-Lab32.677451.458821.5935

#97172e color RGB value is (151,23,46).

#97172e hex color red value is 151, green value is 23 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #97172e hue: 0.97 , saturation: 0.74 and the lightness value of 97172e is 0.34.

The process color (four color CMYK) of #97172e color hex is 0.00, 0.85, 0.70, 0.41. Web safe color of #97172e is #990033. Color #97172e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010111 00101110
Octal 227 27 56
Decimal 151 23 46
Hex 97 17 2E

RGB Percentages of Color #97172e

%68.64
%10.45
%20.91

CMYK Percentages of Color #97172e

%0
%85
%70
%41

Triadic Colors of #97172e

#97172e #2e9717 #172e97

Analogous Colors of #97172e

#97172e #974017 #97176e

Monochromatic Colors of #97172e

#97172e

Complementary Color

#97172e #179780

#97172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97172e Color CSS Codes

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

#97172e Text Font Color

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

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


#97172e Background Color

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

This div background color is #97172e


#97172e Border Color

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

This div border color is #97172e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,23,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97172e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97172e;
  -webkit-box-shadow: 1px 1px 3px 2px #97172e;
  box-shadow:         1px 1px 3px 2px #97172e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,23,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97172e

#97172e Color Palettes


Comments

No comments written yet.

Please login to write comment.