Color Hex Logo

#96181b Color Hex

#96181B
(150,24,27)
0 Favorites   0 Comments

Color spaces of #96181b

RGB 1502427
HSL1.000.720.34
HSV359°84°59°
CMYK 0.000.840.82   0.41
XYZ13.10217.21641.7393
Yxy7.21640.59400.3272
Hunter Lab26.863440.049214.9655
CIE-Lab32.294650.121832.8969

#96181b color RGB value is (150,24,27).

#96181b hex color red value is 150, green value is 24 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #96181b hue: 1.00 , saturation: 0.72 and the lightness value of 96181b is 0.34.

The process color (four color CMYK) of #96181b color hex is 0.00, 0.84, 0.82, 0.41. Web safe color of #96181b is #990033. Color #96181b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011000 00011011
Octal 226 30 33
Decimal 150 24 27
Hex 96 18 1B

RGB Percentages of Color #96181b

%74.63
%11.94
%13.43

CMYK Percentages of Color #96181b

%0
%84
%82
%41

Triadic Colors of #96181b

#96181b #1b9618 #181b96

Analogous Colors of #96181b

#96181b #965418 #96185a

Monochromatic Colors of #96181b

#96181b

Complementary Color

#96181b #189693

#96181b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96181b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96181b Color CSS Codes

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

#96181b Text Font Color

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

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


#96181b Background Color

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

This div background color is #96181b


#96181b Border Color

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

This div border color is #96181b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96181b


Comments

No comments written yet.

Please login to write comment.