Color Hex Logo

#962847 Color Hex

#962847
(150,40,71)
0 Favorites   0 Comments

Color spaces of #962847

RGB 1504071
HSL0.950.580.37
HSV343°73°59°
CMYK 0.000.730.53   0.41
XYZ14.47388.45656.8307
Yxy8.45650.48630.2841
Hunter Lab29.080137.95346.4292
CIE-Lab34.916147.53848.3172

#962847 color RGB value is (150,40,71).

#962847 hex color red value is 150, green value is 40 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #962847 hue: 0.95 , saturation: 0.58 and the lightness value of 962847 is 0.37.

The process color (four color CMYK) of #962847 color hex is 0.00, 0.73, 0.53, 0.41. Web safe color of #962847 is #993333. Color #962847 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101000 01000111
Octal 226 50 107
Decimal 150 40 71
Hex 96 28 47

RGB Percentages of Color #962847

%57.47
%15.33
%27.20

CMYK Percentages of Color #962847

%0
%73
%53
%41

Triadic Colors of #962847

#962847 #479628 #284796

Analogous Colors of #962847

#962847 #964028 #96287e

Monochromatic Colors of #962847

#962847

Complementary Color

#962847 #289677

#962847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962847 Color CSS Codes

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

#962847 Text Font Color

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

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


#962847 Background Color

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

This div background color is #962847


#962847 Border Color

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

This div border color is #962847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962847


Comments

No comments written yet.

Please login to write comment.