Color Hex Logo

#96315c Color Hex

#96315C
(150,49,92)
0 Favorites   0 Comments

Color spaces of #96315c

RGB 1504992
HSL0.930.510.39
HSV334°67°59°
CMYK 0.000.670.39   0.41
XYZ15.60789.453411.1273
Yxy9.45340.43130.2612
Hunter Lab30.746436.80590.0651
CIE-Lab36.843046.0312-2.3975

#96315c color RGB value is (150,49,92).

#96315c hex color red value is 150, green value is 49 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #96315c hue: 0.93 , saturation: 0.51 and the lightness value of 96315c is 0.39.

The process color (four color CMYK) of #96315c color hex is 0.00, 0.67, 0.39, 0.41. Web safe color of #96315c is #993366. Color #96315c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110001 01011100
Octal 226 61 134
Decimal 150 49 92
Hex 96 31 5C

RGB Percentages of Color #96315c

%51.55
%16.84
%31.62

CMYK Percentages of Color #96315c

%0
%67
%39
%41

Triadic Colors of #96315c

#96315c #5c9631 #315c96

Analogous Colors of #96315c

#96315c #963931 #96318f

Monochromatic Colors of #96315c

#96315c

Complementary Color

#96315c #31966b

#96315c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96315c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96315c Color CSS Codes

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

#96315c Text Font Color

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

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


#96315c Background Color

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

This div background color is #96315c


#96315c Border Color

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

This div border color is #96315c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96315c


Comments

No comments written yet.

Please login to write comment.