Color Hex Logo

#960599 Color Hex

#960599
(150,5,153)
0 Favorites   0 Comments

Color spaces of #960599

RGB 1505153
HSL0.830.940.31
HSV299°97°60°
CMYK 0.020.970.00   0.40
XYZ18.38178.892530.8846
Yxy8.89250.31610.1529
Hunter Lab29.820357.8447-40.5319
CIE-Lab35.776565.9727-42.1388

#960599 color RGB value is (150,5,153).

#960599 hex color red value is 150, green value is 5 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #960599 hue: 0.83 , saturation: 0.94 and the lightness value of 960599 is 0.31.

The process color (four color CMYK) of #960599 color hex is 0.02, 0.97, 0.00, 0.40. Web safe color of #960599 is #990099. Color #960599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000101 10011001
Octal 226 5 231
Decimal 150 5 153
Hex 96 5 99

RGB Percentages of Color #960599

%48.70
%1.62
%49.68

CMYK Percentages of Color #960599

%2
%97
%0
%40

Triadic Colors of #960599

#960599 #999605 #059996

Analogous Colors of #960599

#960599 #990552 #4c0599

Monochromatic Colors of #960599

#960599

Complementary Color

#960599 #089905

#960599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960599 Color CSS Codes

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

#960599 Text Font Color

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

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


#960599 Background Color

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

This div background color is #960599


#960599 Border Color

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

This div border color is #960599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960599


Comments

No comments written yet.

Please login to write comment.