Color Hex Logo

#960239 Color Hex

#960239
(150,2,57)
0 Favorites   0 Comments

Color spaces of #960239

RGB 150257
HSL0.940.970.30
HSV338°99°59°
CMYK 0.000.990.62   0.41
XYZ13.33796.82294.4849
Yxy6.82290.54120.2768
Hunter Lab26.120745.43568.1044
CIE-Lab31.400355.516612.6539

#960239 color RGB value is (150,2,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000010 00111001
Octal 226 2 71
Decimal 150 2 57
Hex 96 2 39

RGB Percentages of Color #960239

%71.77
%0.96
%27.27

CMYK Percentages of Color #960239

%0
%99
%62
%41

Triadic Colors of #960239

#960239 #399602 #023996

Analogous Colors of #960239

#960239 #961502 #960283

Monochromatic Colors of #960239

#960239

Complementary Color

#960239 #02965f

#960239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960239 Color CSS Codes

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

#960239 Text Font Color

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

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


#960239 Background Color

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

This div background color is #960239


#960239 Border Color

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

This div border color is #960239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #960239


Comments

No comments written yet.

Please login to write comment.