Color Hex Logo

#962131 Color Hex

#962131
(150,33,49)
0 Favorites   0 Comments

Color spaces of #962131

RGB 1503349
HSL0.980.640.36
HSV352°78°59°
CMYK 0.000.780.67   0.41
XYZ13.67597.79353.6892
Yxy7.79350.54360.3098
Hunter Lab27.916838.589111.7066
CIE-Lab33.549148.431220.7121

#962131 color RGB value is (150,33,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100001 00110001
Octal 226 41 61
Decimal 150 33 49
Hex 96 21 31

RGB Percentages of Color #962131

%64.66
%14.22
%21.12

CMYK Percentages of Color #962131

%0
%78
%67
%41

Triadic Colors of #962131

#962131 #319621 #213196

Analogous Colors of #962131

#962131 #964c21 #96216c

Monochromatic Colors of #962131

#962131

Complementary Color

#962131 #219686

#962131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962131 Color CSS Codes

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

#962131 Text Font Color

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

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


#962131 Background Color

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

This div background color is #962131


#962131 Border Color

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

This div border color is #962131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962131


Comments

No comments written yet.

Please login to write comment.