Color Hex Logo

#970311 Color Hex

#970311
(151,3,17)
0 Favorites   0 Comments

Color spaces of #970311

RGB 151317
HSL0.980.960.30
HSV354°98°59°
CMYK 0.000.980.89   0.41
XYZ12.89626.68491.1409
Yxy6.68490.62230.3226
Hunter Lab25.855243.786815.4824
CIE-Lab31.078554.003137.4050

#970311 color RGB value is (151,3,17).

#970311 hex color red value is 151, green value is 3 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #970311 hue: 0.98 , saturation: 0.96 and the lightness value of 970311 is 0.30.

The process color (four color CMYK) of #970311 color hex is 0.00, 0.98, 0.89, 0.41. Web safe color of #970311 is #990000. Color #970311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000011 00010001
Octal 227 3 21
Decimal 151 3 17
Hex 97 3 11

RGB Percentages of Color #970311

%88.30
%1.75
%9.94

CMYK Percentages of Color #970311

%0
%98
%89
%41

Triadic Colors of #970311

#970311 #119703 #031197

Analogous Colors of #970311

#970311 #973f03 #97035b

Monochromatic Colors of #970311

#970311

Complementary Color

#970311 #039789

#970311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#970311 Color CSS Codes

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

#970311 Text Font Color

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

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


#970311 Background Color

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

This div background color is #970311


#970311 Border Color

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

This div border color is #970311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970311


Comments

No comments written yet.

Please login to write comment.