Color Hex Logo

#96212e Color Hex

#96212E
(150,33,46)
0 Favorites   0 Comments

Color spaces of #96212e

RGB 1503346
HSL0.980.640.36
HSV353°78°59°
CMYK 0.000.780.69   0.41
XYZ13.61477.76903.3668
Yxy7.76900.55010.3139
Hunter Lab27.872938.411812.3493
CIE-Lab33.497148.263822.5654

#96212e color RGB value is (150,33,46).

#96212e hex color red value is 150, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #96212e hue: 0.98 , saturation: 0.64 and the lightness value of 96212e is 0.36.

The process color (four color CMYK) of #96212e color hex is 0.00, 0.78, 0.69, 0.41. Web safe color of #96212e is #993333. Color #96212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100001 00101110
Octal 226 41 56
Decimal 150 33 46
Hex 96 21 2E

RGB Percentages of Color #96212e

%65.50
%14.41
%20.09

CMYK Percentages of Color #96212e

%0
%78
%69
%41

Triadic Colors of #96212e

#96212e #2e9621 #212e96

Analogous Colors of #96212e

#96212e #964f21 #962169

Monochromatic Colors of #96212e

#96212e

Complementary Color

#96212e #219689

#96212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96212e Color CSS Codes

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

#96212e Text Font Color

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

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


#96212e Background Color

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

This div background color is #96212e


#96212e Border Color

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

This div border color is #96212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96212e


Comments

No comments written yet.

Please login to write comment.