Color Hex Logo

#9c273c Color Hex

#9C273C
(156,39,60)
0 Favorites   0 Comments

Color spaces of #9c273c

RGB 1563960
HSL0.970.600.38
HSV349°75°61°
CMYK 0.000.750.62   0.39
XYZ15.25148.84525.1784
Yxy8.84520.52100.3021
Hunter Lab29.740939.489910.4952
CIE-Lab35.684548.924516.6496

#9c273c color RGB value is (156,39,60).

#9c273c hex color red value is 156, green value is 39 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #9c273c hue: 0.97 , saturation: 0.60 and the lightness value of 9c273c is 0.38.

The process color (four color CMYK) of #9c273c color hex is 0.00, 0.75, 0.62, 0.39. Web safe color of #9c273c is #993333. Color #9c273c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00100111 00111100
Octal 234 47 74
Decimal 156 39 60
Hex 9C 27 3C

RGB Percentages of Color #9c273c

%61.18
%15.29
%23.53

CMYK Percentages of Color #9c273c

%0
%75
%62
%39

Triadic Colors of #9c273c

#9c273c #3c9c27 #273c9c

Analogous Colors of #9c273c

#9c273c #9c4d27 #9c2777

Monochromatic Colors of #9c273c

#9c273c

Complementary Color

#9c273c #279c87

#9c273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c273c Color CSS Codes

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

#9c273c Text Font Color

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

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


#9c273c Background Color

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

This div background color is #9c273c


#9c273c Border Color

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

This div border color is #9c273c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c273c


Comments

No comments written yet.

Please login to write comment.