Color Hex Logo

#97060f Color Hex

#97060F
(151,6,15)
0 Favorites   0 Comments

Color spaces of #97060f

RGB 151615
HSL0.990.920.31
HSV356°96°59°
CMYK 0.000.960.90   0.41
XYZ12.91386.74401.0730
Yxy6.74400.62290.3253
Hunter Lab25.969243.317215.7287
CIE-Lab31.216953.523738.5295

#97060f color RGB value is (151,6,15).

#97060f hex color red value is 151, green value is 6 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #97060f hue: 0.99 , saturation: 0.92 and the lightness value of 97060f is 0.31.

The process color (four color CMYK) of #97060f color hex is 0.00, 0.96, 0.90, 0.41. Web safe color of #97060f is #990000. Color #97060f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000110 00001111
Octal 227 6 17
Decimal 151 6 15
Hex 97 6 F

RGB Percentages of Color #97060f

%87.79
%3.49
%8.72

CMYK Percentages of Color #97060f

%0
%96
%90
%41

Triadic Colors of #97060f

#97060f #0f9706 #060f97

Analogous Colors of #97060f

#97060f #974606 #970658

Monochromatic Colors of #97060f

#97060f

Complementary Color

#97060f #06978e

#97060f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97060f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97060f Color CSS Codes

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

#97060f Text Font Color

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

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


#97060f Background Color

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

This div background color is #97060f


#97060f Border Color

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

This div border color is #97060f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97060f


Comments

No comments written yet.

Please login to write comment.