Color Hex Logo

#960778 Color Hex

#960778
(150,7,120)
0 Favorites   0 Comments

Color spaces of #960778

RGB 1507120
HSL0.870.910.31
HSV313°95°59°
CMYK 0.000.950.20   0.41
XYZ16.04387.992118.4663
Yxy7.99210.37750.1880
Hunter Lab28.270351.8283-18.9393
CIE-Lab33.966460.9564-24.5567

#960778 color RGB value is (150,7,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000111 01111000
Octal 226 7 170
Decimal 150 7 120
Hex 96 7 78

RGB Percentages of Color #960778

%54.15
%2.53
%43.32

CMYK Percentages of Color #960778

%0
%95
%20
%41

Triadic Colors of #960778

#960778 #789607 #077896

Analogous Colors of #960778

#960778 #960731 #6d0796

Monochromatic Colors of #960778

#960778

Complementary Color

#960778 #079625

#960778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960778 Color CSS Codes

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

#960778 Text Font Color

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

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


#960778 Background Color

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

This div background color is #960778


#960778 Border Color

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

This div border color is #960778


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,7,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 #960778">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960778


Comments

No comments written yet.

Please login to write comment.