Color Hex Logo

#9c375b Color Hex

#9C375B
(156,55,91)
0 Favorites   0 Comments

Color spaces of #9c375b

RGB 1565591
HSL0.940.480.41
HSV339°65°61°
CMYK 0.000.650.42   0.39
XYZ16.964810.555611.0408
Yxy10.55560.43990.2737
Hunter Lab32.489436.34992.5942
CIE-Lab38.821745.21811.2570

#9c375b color RGB value is (156,55,91).

#9c375b hex color red value is 156, green value is 55 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #9c375b hue: 0.94 , saturation: 0.48 and the lightness value of 9c375b is 0.41.

The process color (four color CMYK) of #9c375b color hex is 0.00, 0.65, 0.42, 0.39. Web safe color of #9c375b is #993366. Color #9c375b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00110111 01011011
Octal 234 67 133
Decimal 156 55 91
Hex 9C 37 5B

RGB Percentages of Color #9c375b

%51.66
%18.21
%30.13

CMYK Percentages of Color #9c375b

%0
%65
%42
%39

Triadic Colors of #9c375b

#9c375b #5b9c37 #375b9c

Analogous Colors of #9c375b

#9c375b #9c4637 #9c378e

Monochromatic Colors of #9c375b

#9c375b

Complementary Color

#9c375b #379c78

#9c375b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c375b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c375b Color CSS Codes

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

#9c375b Text Font Color

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

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


#9c375b Background Color

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

This div background color is #9c375b


#9c375b Border Color

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

This div border color is #9c375b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,55,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c375b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c375b;
  -webkit-box-shadow: 1px 1px 3px 2px #9c375b;
  box-shadow:         1px 1px 3px 2px #9c375b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c375b


Comments

No comments written yet.

Please login to write comment.