Color Hex Logo

#960558 Color Hex

#960558
(150,5,88)
0 Favorites   0 Comments

Color spaces of #960558

RGB 150588
HSL0.900.940.30
HSV326°97°59°
CMYK 0.000.970.41   0.41
XYZ14.39347.29729.8824
Yxy7.29720.45590.2311
Hunter Lab27.013347.8361-2.7810
CIE-Lab32.474157.5686-6.3041

#960558 color RGB value is (150,5,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000101 01011000
Octal 226 5 130
Decimal 150 5 88
Hex 96 5 58

RGB Percentages of Color #960558

%61.73
%2.06
%36.21

CMYK Percentages of Color #960558

%0
%97
%41
%41

Triadic Colors of #960558

#960558 #589605 #055896

Analogous Colors of #960558

#960558 #96050f #8c0596

Monochromatic Colors of #960558

#960558

Complementary Color

#960558 #059643

#960558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960558 Color CSS Codes

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

#960558 Text Font Color

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

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


#960558 Background Color

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

This div background color is #960558


#960558 Border Color

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

This div border color is #960558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960558


Comments

No comments written yet.

Please login to write comment.