Color Hex Logo

#961370 Color Hex

#961370
(150,19,112)
0 Favorites   0 Comments

Color spaces of #961370

RGB 15019112
HSL0.880.780.33
HSV317°87°59°
CMYK 0.000.870.25   0.41
XYZ15.73528.119616.0671
Yxy8.11960.39410.2034
Hunter Lab28.494948.7035-13.4847
CIE-Lab34.230758.0339-19.0825

#961370 color RGB value is (150,19,112).

#961370 hex color red value is 150, green value is 19 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #961370 hue: 0.88 , saturation: 0.78 and the lightness value of 961370 is 0.33.

The process color (four color CMYK) of #961370 color hex is 0.00, 0.87, 0.25, 0.41. Web safe color of #961370 is #990066. Color #961370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010011 01110000
Octal 226 23 160
Decimal 150 19 112
Hex 96 13 70

RGB Percentages of Color #961370

%53.38
%6.76
%39.86

CMYK Percentages of Color #961370

%0
%87
%25
%41

Triadic Colors of #961370

#961370 #709613 #137096

Analogous Colors of #961370

#961370 #96132f #7b1396

Monochromatic Colors of #961370

#961370

Complementary Color

#961370 #139639

#961370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961370 Color CSS Codes

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

#961370 Text Font Color

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

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


#961370 Background Color

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

This div background color is #961370


#961370 Border Color

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

This div border color is #961370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961370


Comments

No comments written yet.

Please login to write comment.