Color Hex Logo

#960104 Color Hex

#960104
(150,1,4)
0 Favorites   0 Comments

Color spaces of #960104

RGB 15014
HSL1.000.990.30
HSV359°99°59°
CMYK 0.000.990.97   0.41
XYZ12.61046.51450.7076
Yxy6.51450.63580.3285
Hunter Lab25.523543.525316.2227
CIE-Lab30.675153.830042.7670

#960104 color RGB value is (150,1,4).

#960104 hex color red value is 150, green value is 1 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #960104 hue: 1.00 , saturation: 0.99 and the lightness value of 960104 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000001 00000100
Octal 226 1 4
Decimal 150 1 4
Hex 96 1 4

RGB Percentages of Color #960104

%96.77
%0.65
%2.58

CMYK Percentages of Color #960104

%0
%99
%97
%41

Triadic Colors of #960104

#960104 #049601 #010496

Analogous Colors of #960104

#960104 #964901 #96014e

Monochromatic Colors of #960104

#960104

Complementary Color

#960104 #019693

#960104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960104 Color CSS Codes

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

#960104 Text Font Color

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

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


#960104 Background Color

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

This div background color is #960104


#960104 Border Color

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

This div border color is #960104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960104


Comments

No comments written yet.

Please login to write comment.