Color Hex Logo

#89203c Color Hex

#89203C
(137,32,60)
0 Favorites   0 Comments

Color spaces of #89203c

RGB 1373260
HSL0.960.620.33
HSV344°77°54°
CMYK 0.000.770.56   0.46
XYZ11.64876.67764.9499
Yxy6.67760.50050.2869
Hunter Lab25.841135.24296.7316
CIE-Lab31.061445.50999.7605

#89203c color RGB value is (137,32,60).

#89203c hex color red value is 137, green value is 32 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #89203c hue: 0.96 , saturation: 0.62 and the lightness value of 89203c is 0.33.

The process color (four color CMYK) of #89203c color hex is 0.00, 0.77, 0.56, 0.46. Web safe color of #89203c is #993333. Color #89203c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100000 00111100
Octal 211 40 74
Decimal 137 32 60
Hex 89 20 3C

RGB Percentages of Color #89203c

%59.83
%13.97
%26.20

CMYK Percentages of Color #89203c

%0
%77
%56
%46

Triadic Colors of #89203c

#89203c #3c8920 #203c89

Analogous Colors of #89203c

#89203c #893920 #892071

Monochromatic Colors of #89203c

#89203c

Complementary Color

#89203c #20896d

#89203c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89203c Color Preview on White Background

Lorem ipsum dolor sit amet.

#89203c Color CSS Codes

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

#89203c Text Font Color

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

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


#89203c Background Color

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

This div background color is #89203c


#89203c Border Color

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

This div border color is #89203c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,32,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89203c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89203c;
  -webkit-box-shadow: 1px 1px 3px 2px #89203c;
  box-shadow:         1px 1px 3px 2px #89203c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,32,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 #89203c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89203c


Comments

No comments written yet.

Please login to write comment.