Color Hex Logo

#961178 Color Hex

#961178
(150,17,120)
0 Favorites   0 Comments

Color spaces of #961178

RGB 15017120
HSL0.870.800.33
HSV314°89°59°
CMYK 0.000.890.20   0.41
XYZ16.16838.241018.5078
Yxy8.24100.37670.1920
Hunter Lab28.707150.2964-18.1299
CIE-Lab34.479859.4563-23.7544

#961178 color RGB value is (150,17,120).

#961178 hex color red value is 150, green value is 17 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #961178 hue: 0.87 , saturation: 0.80 and the lightness value of 961178 is 0.33.

The process color (four color CMYK) of #961178 color hex is 0.00, 0.89, 0.20, 0.41. Web safe color of #961178 is #990066. Color #961178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010001 01111000
Octal 226 21 170
Decimal 150 17 120
Hex 96 11 78

RGB Percentages of Color #961178

%52.26
%5.92
%41.81

CMYK Percentages of Color #961178

%0
%89
%20
%41

Triadic Colors of #961178

#961178 #789611 #117896

Analogous Colors of #961178

#961178 #961136 #721196

Monochromatic Colors of #961178

#961178

Complementary Color

#961178 #11962f

#961178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961178 Color CSS Codes

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

#961178 Text Font Color

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

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


#961178 Background Color

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

This div background color is #961178


#961178 Border Color

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

This div border color is #961178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961178


Comments

No comments written yet.

Please login to write comment.