Color Hex Logo

#960730 Color Hex

#960730
(150,7,48)
0 Favorites   0 Comments

Color spaces of #960730

RGB 150748
HSL0.950.910.31
HSV343°95°59°
CMYK 0.000.950.68   0.41
XYZ13.18726.84943.4233
Yxy6.84940.56210.2920
Hunter Lab26.171444.142510.5646
CIE-Lab31.461654.270218.7067

#960730 color RGB value is (150,7,48).

#960730 hex color red value is 150, green value is 7 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #960730 hue: 0.95 , saturation: 0.91 and the lightness value of 960730 is 0.31.

The process color (four color CMYK) of #960730 color hex is 0.00, 0.95, 0.68, 0.41. Web safe color of #960730 is #990033. Color #960730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000111 00110000
Octal 226 7 60
Decimal 150 7 48
Hex 96 7 30

RGB Percentages of Color #960730

%73.17
%3.41
%23.41

CMYK Percentages of Color #960730

%0
%95
%68
%41

Triadic Colors of #960730

#960730 #309607 #073096

Analogous Colors of #960730

#960730 #962507 #960778

Monochromatic Colors of #960730

#960730

Complementary Color

#960730 #07966d

#960730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960730 Color CSS Codes

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

#960730 Text Font Color

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

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


#960730 Background Color

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

This div background color is #960730


#960730 Border Color

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

This div border color is #960730


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,7,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #960730; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #960730;
  -webkit-box-shadow: 1px 1px 3px 2px #960730;
  box-shadow:         1px 1px 3px 2px #960730; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960730


Comments

No comments written yet.

Please login to write comment.