Color Hex Logo

#96001d Color Hex

#96001D
(150,0,29)
0 Favorites   0 Comments

Color spaces of #96001d

RGB 150029
HSL0.971.000.29
HSV348°100°59°
CMYK 0.001.000.81   0.41
XYZ12.79946.57271.7565
Yxy6.57270.60580.3111
Hunter Lab25.637344.250813.8839
CIE-Lab30.813754.500330.1782

#96001d color RGB value is (150,0,29).

#96001d hex color red value is 150, green value is 0 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #96001d hue: 0.97 , saturation: 1.00 and the lightness value of 96001d is 0.29.

The process color (four color CMYK) of #96001d color hex is 0.00, 1.00, 0.81, 0.41. Web safe color of #96001d is #990033. Color #96001d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000000 00011101
Octal 226 0 35
Decimal 150 0 29
Hex 96 0 1D

RGB Percentages of Color #96001d

%83.80
%0.00
%16.20

CMYK Percentages of Color #96001d

%0
%100
%81
%41

Triadic Colors of #96001d

#96001d #1d9600 #001d96

Analogous Colors of #96001d

#96001d #962e00 #960068

Monochromatic Colors of #96001d

#96001d

Complementary Color

#96001d #009679

#96001d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96001d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96001d Color CSS Codes

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

#96001d Text Font Color

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

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


#96001d Background Color

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

This div background color is #96001d


#96001d Border Color

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

This div border color is #96001d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96001d


Comments

No comments written yet.

Please login to write comment.