Color Hex Logo

#961c39 Color Hex

#961C39
(150,28,57)
0 Favorites   0 Comments

Color spaces of #961c39

RGB 1502857
HSL0.960.690.35
HSV346°81°59°
CMYK 0.000.810.62   0.41
XYZ13.73157.60994.6160
Yxy7.60990.52900.2932
Hunter Lab27.586040.57639.3892
CIE-Lab33.156950.476215.0159

#961c39 color RGB value is (150,28,57).

#961c39 hex color red value is 150, green value is 28 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #961c39 hue: 0.96 , saturation: 0.69 and the lightness value of 961c39 is 0.35.

The process color (four color CMYK) of #961c39 color hex is 0.00, 0.81, 0.62, 0.41. Web safe color of #961c39 is #993333. Color #961c39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011100 00111001
Octal 226 34 71
Decimal 150 28 57
Hex 96 1C 39

RGB Percentages of Color #961c39

%63.83
%11.91
%24.26

CMYK Percentages of Color #961c39

%0
%81
%62
%41

Triadic Colors of #961c39

#961c39 #39961c #1c3996

Analogous Colors of #961c39

#961c39 #963c1c #961c76

Monochromatic Colors of #961c39

#961c39

Complementary Color

#961c39 #1c9679

#961c39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961c39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961c39 Color CSS Codes

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

#961c39 Text Font Color

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

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


#961c39 Background Color

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

This div background color is #961c39


#961c39 Border Color

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

This div border color is #961c39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,28,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #961c39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #961c39;
  -webkit-box-shadow: 1px 1px 3px 2px #961c39;
  box-shadow:         1px 1px 3px 2px #961c39; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961c39


Comments

No comments written yet.

Please login to write comment.