Color Hex Logo

#960866 Color Hex

#960866
(150,8,102)
0 Favorites   0 Comments

Color spaces of #960866

RGB 1508102
HSL0.890.900.31
HSV320°95°59°
CMYK 0.000.950.32   0.41
XYZ15.06287.617013.2467
Yxy7.61700.41930.2120
Hunter Lab27.598949.1228-9.1383
CIE-Lab33.172258.6290-14.3217

#960866 color RGB value is (150,8,102).

#960866 hex color red value is 150, green value is 8 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #960866 hue: 0.89 , saturation: 0.90 and the lightness value of 960866 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001000 01100110
Octal 226 10 146
Decimal 150 8 102
Hex 96 8 66

RGB Percentages of Color #960866

%57.69
%3.08
%39.23

CMYK Percentages of Color #960866

%0
%95
%32
%41

Triadic Colors of #960866

#960866 #669608 #086696

Analogous Colors of #960866

#960866 #96081f #7f0896

Monochromatic Colors of #960866

#960866

Complementary Color

#960866 #089638

#960866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960866 Color CSS Codes

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

#960866 Text Font Color

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

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


#960866 Background Color

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

This div background color is #960866


#960866 Border Color

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

This div border color is #960866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960866


Comments

No comments written yet.

Please login to write comment.