Color Hex Logo

#960d28 Color Hex

#960D28
(150,13,40)
0 Favorites   0 Comments

Color spaces of #960d28

RGB 1501340
HSL0.970.840.32
HSV348°91°59°
CMYK 0.000.910.73   0.41
XYZ13.10466.92512.6535
Yxy6.92510.57770.3053
Hunter Lab26.315642.836912.4425
CIE-Lab31.635852.977724.1456

#960d28 color RGB value is (150,13,40).

#960d28 hex color red value is 150, green value is 13 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #960d28 hue: 0.97 , saturation: 0.84 and the lightness value of 960d28 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001101 00101000
Octal 226 15 50
Decimal 150 13 40
Hex 96 D 28

RGB Percentages of Color #960d28

%73.89
%6.40
%19.70

CMYK Percentages of Color #960d28

%0
%91
%73
%41

Triadic Colors of #960d28

#960d28 #28960d #0d2896

Analogous Colors of #960d28

#960d28 #96370d #960d6d

Monochromatic Colors of #960d28

#960d28

Complementary Color

#960d28 #0d967b

#960d28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960d28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960d28 Color CSS Codes

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

#960d28 Text Font Color

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

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


#960d28 Background Color

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

This div background color is #960d28


#960d28 Border Color

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

This div border color is #960d28


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,13,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 #960d28">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960d28


Comments

No comments written yet.

Please login to write comment.