Color Hex Logo

#960963 Color Hex

#960963
(150,9,99)
0 Favorites   0 Comments

Color spaces of #960963

RGB 150999
HSL0.890.890.31
HSV322°94°59°
CMYK 0.000.940.34   0.41
XYZ14.92757.580312.4807
Yxy7.58030.42660.2167
Hunter Lab27.532348.5976-7.6041
CIE-Lab33.093158.1574-12.5098

#960963 color RGB value is (150,9,99).

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

The process color (four color CMYK) of #960963 color hex is 0.00, 0.94, 0.34, 0.41. Web safe color of #960963 is #990066. Color #960963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001001 01100011
Octal 226 11 143
Decimal 150 9 99
Hex 96 9 63

RGB Percentages of Color #960963

%58.14
%3.49
%38.37

CMYK Percentages of Color #960963

%0
%94
%34
%41

Triadic Colors of #960963

#960963 #639609 #096396

Analogous Colors of #960963

#960963 #96091c #830996

Monochromatic Colors of #960963

#960963

Complementary Color

#960963 #09963c

#960963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960963 Color CSS Codes

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

#960963 Text Font Color

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

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


#960963 Background Color

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

This div background color is #960963


#960963 Border Color

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

This div border color is #960963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960963


Comments

No comments written yet.

Please login to write comment.