Color Hex Logo

#970636 Color Hex

#970636
(151,6,54)
0 Favorites   0 Comments

Color spaces of #970636

RGB 151654
HSL0.940.920.31
HSV340°96°59°
CMYK 0.000.960.64   0.41
XYZ13.49356.97594.1253
Yxy6.97590.54860.2836
Hunter Lab26.411944.97249.2278
CIE-Lab31.752055.007215.1579

#970636 color RGB value is (151,6,54).

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

The process color (four color CMYK) of #970636 color hex is 0.00, 0.96, 0.64, 0.41. Web safe color of #970636 is #990033. Color #970636 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000110 00110110
Octal 227 6 66
Decimal 151 6 54
Hex 97 6 36

RGB Percentages of Color #970636

%71.56
%2.84
%25.59

CMYK Percentages of Color #970636

%0
%96
%64
%41

Triadic Colors of #970636

#970636 #369706 #063697

Analogous Colors of #970636

#970636 #971e06 #97067f

Monochromatic Colors of #970636

#970636

Complementary Color

#970636 #069767

#970636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#970636 Color CSS Codes

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

#970636 Text Font Color

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

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


#970636 Background Color

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

This div background color is #970636


#970636 Border Color

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

This div border color is #970636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970636


Comments

No comments written yet.

Please login to write comment.