Color Hex Logo

#97276f Color Hex

#97276F
(151,39,111)
0 Favorites   0 Comments

Color spaces of #97276f

RGB 15139111
HSL0.890.590.37
HSV321°74°59°
CMYK 0.000.740.26   0.41
XYZ16.35739.178015.9483
Yxy9.17800.39430.2212
Hunter Lab30.295243.3609-10.0054
CIE-Lab36.324852.5793-15.2110

#97276f color RGB value is (151,39,111).

#97276f hex color red value is 151, green value is 39 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #97276f hue: 0.89 , saturation: 0.59 and the lightness value of 97276f is 0.37.

The process color (four color CMYK) of #97276f color hex is 0.00, 0.74, 0.26, 0.41. Web safe color of #97276f is #993366. Color #97276f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00100111 01101111
Octal 227 47 157
Decimal 151 39 111
Hex 97 27 6F

RGB Percentages of Color #97276f

%50.17
%12.96
%36.88

CMYK Percentages of Color #97276f

%0
%74
%26
%41

Triadic Colors of #97276f

#97276f #6f9727 #276f97

Analogous Colors of #97276f

#97276f #972737 #872797

Monochromatic Colors of #97276f

#97276f

Complementary Color

#97276f #27974f

#97276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97276f Color CSS Codes

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

#97276f Text Font Color

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

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


#97276f Background Color

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

This div background color is #97276f


#97276f Border Color

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

This div border color is #97276f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,39,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97276f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97276f;
  -webkit-box-shadow: 1px 1px 3px 2px #97276f;
  box-shadow:         1px 1px 3px 2px #97276f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97276f


Comments

No comments written yet.

Please login to write comment.