Color Hex Logo

#960781 Color Hex

#960781
(150,7,129)
0 Favorites   0 Comments

Color spaces of #960781

RGB 1507129
HSL0.860.910.31
HSV309°95°59°
CMYK 0.000.950.14   0.41
XYZ16.61618.221021.4799
Yxy8.22100.35870.1775
Hunter Lab28.672353.2674-24.3466
CIE-Lab34.439062.1669-29.4634

#960781 color RGB value is (150,7,129).

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

The process color (four color CMYK) of #960781 color hex is 0.00, 0.95, 0.14, 0.41. Web safe color of #960781 is #990099. Color #960781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000111 10000001
Octal 226 7 201
Decimal 150 7 129
Hex 96 7 81

RGB Percentages of Color #960781

%52.45
%2.45
%45.10

CMYK Percentages of Color #960781

%0
%95
%14
%41

Triadic Colors of #960781

#960781 #819607 #078196

Analogous Colors of #960781

#960781 #960739 #640796

Monochromatic Colors of #960781

#960781

Complementary Color

#960781 #07961c

#960781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960781 Color CSS Codes

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

#960781 Text Font Color

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

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


#960781 Background Color

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

This div background color is #960781


#960781 Border Color

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

This div border color is #960781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960781


Comments

No comments written yet.

Please login to write comment.