Color Hex Logo

#97020c Color Hex

#97020C
(151,2,12)
0 Favorites   0 Comments

Color spaces of #97020c

RGB 151212
HSL0.990.970.30
HSV356°99°59°
CMYK 0.000.990.92   0.41
XYZ12.85066.64930.9540
Yxy6.64930.62830.3251
Hunter Lab25.786243.829815.8568
CIE-Lab30.994854.060839.7939

#97020c color RGB value is (151,2,12).

#97020c hex color red value is 151, green value is 2 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #97020c hue: 0.99 , saturation: 0.97 and the lightness value of 97020c is 0.30.

The process color (four color CMYK) of #97020c color hex is 0.00, 0.99, 0.92, 0.41. Web safe color of #97020c is #990000. Color #97020c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000010 00001100
Octal 227 2 14
Decimal 151 2 12
Hex 97 2 C

RGB Percentages of Color #97020c

%91.52
%1.21
%7.27

CMYK Percentages of Color #97020c

%0
%99
%92
%41

Triadic Colors of #97020c

#97020c #0c9702 #020c97

Analogous Colors of #97020c

#97020c #974302 #970256

Monochromatic Colors of #97020c

#97020c

Complementary Color

#97020c #02978d

#97020c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97020c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97020c Color CSS Codes

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

#97020c Text Font Color

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

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


#97020c Background Color

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

This div background color is #97020c


#97020c Border Color

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

This div border color is #97020c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97020c


Comments

No comments written yet.

Please login to write comment.