Color Hex Logo

#960259 Color Hex

#960259
(150,2,89)
0 Favorites   0 Comments

Color spaces of #960259

RGB 150289
HSL0.900.970.30
HSV325°99°59°
CMYK 0.000.990.41   0.41
XYZ14.40267.248710.0912
Yxy7.24870.45370.2284
Hunter Lab26.923448.3721-3.3762
CIE-Lab32.366558.0893-7.1183

#960259 color RGB value is (150,2,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000010 01011001
Octal 226 2 131
Decimal 150 2 89
Hex 96 2 59

RGB Percentages of Color #960259

%62.24
%0.83
%36.93

CMYK Percentages of Color #960259

%0
%99
%41
%41

Triadic Colors of #960259

#960259 #599602 #025996

Analogous Colors of #960259

#960259 #96020f #890296

Monochromatic Colors of #960259

#960259

Complementary Color

#960259 #02963f

#960259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960259 Color CSS Codes

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

#960259 Text Font Color

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

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


#960259 Background Color

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

This div background color is #960259


#960259 Border Color

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

This div border color is #960259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960259


Comments

No comments written yet.

Please login to write comment.