Color Hex Logo

#96384c Color Hex

#96384C
(150,56,76)
0 Favorites   0 Comments

Color spaces of #96384c

RGB 1505676
HSL0.960.460.40
HSV347°63°59°
CMYK 0.000.630.49   0.41
XYZ15.29649.83427.9295
Yxy9.83420.46270.2975
Hunter Lab31.359532.18876.9597
CIE-Lab37.543241.17998.7956

#96384c color RGB value is (150,56,76).

#96384c hex color red value is 150, green value is 56 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #96384c hue: 0.96 , saturation: 0.46 and the lightness value of 96384c is 0.40.

The process color (four color CMYK) of #96384c color hex is 0.00, 0.63, 0.49, 0.41. Web safe color of #96384c is #993333. Color #96384c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111000 01001100
Octal 226 70 114
Decimal 150 56 76
Hex 96 38 4C

RGB Percentages of Color #96384c

%53.19
%19.86
%26.95

CMYK Percentages of Color #96384c

%0
%63
%49
%41

Triadic Colors of #96384c

#96384c #4c9638 #384c96

Analogous Colors of #96384c

#96384c #965338 #96387b

Monochromatic Colors of #96384c

#96384c

Complementary Color

#96384c #389682

#96384c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96384c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96384c Color CSS Codes

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

#96384c Text Font Color

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

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


#96384c Background Color

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

This div background color is #96384c


#96384c Border Color

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

This div border color is #96384c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96384c


Comments

No comments written yet.

Please login to write comment.