Color Hex Logo

#961428 Color Hex

#961428
(150,20,40)
0 Favorites   0 Comments

Color spaces of #961428

RGB 1502040
HSL0.970.760.33
HSV351°87°59°
CMYK 0.000.870.73   0.41
XYZ13.21087.13752.6889
Yxy7.13750.57350.3098
Hunter Lab26.716141.513012.7339
CIE-Lab32.117951.595524.7201

#961428 color RGB value is (150,20,40).

#961428 hex color red value is 150, green value is 20 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #961428 hue: 0.97 , saturation: 0.76 and the lightness value of 961428 is 0.33.

The process color (four color CMYK) of #961428 color hex is 0.00, 0.87, 0.73, 0.41. Web safe color of #961428 is #990033. Color #961428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010100 00101000
Octal 226 24 50
Decimal 150 20 40
Hex 96 14 28

RGB Percentages of Color #961428

%71.43
%9.52
%19.05

CMYK Percentages of Color #961428

%0
%87
%73
%41

Triadic Colors of #961428

#961428 #289614 #142896

Analogous Colors of #961428

#961428 #964114 #961469

Monochromatic Colors of #961428

#961428

Complementary Color

#961428 #149682

#961428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961428 Color CSS Codes

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

#961428 Text Font Color

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

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


#961428 Background Color

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

This div background color is #961428


#961428 Border Color

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

This div border color is #961428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961428


Comments

No comments written yet.

Please login to write comment.