Color Hex Logo

#89232f Color Hex

#89232F
(137,35,47)
0 Favorites   0 Comments

Color spaces of #89232f

RGB 1373547
HSL0.980.590.34
HSV353°74°54°
CMYK 0.000.740.66   0.46
XYZ11.43066.72573.3850
Yxy6.72570.53060.3122
Hunter Lab25.934033.290910.4150
CIE-Lab31.174143.464218.4474

#89232f color RGB value is (137,35,47).

#89232f hex color red value is 137, green value is 35 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #89232f hue: 0.98 , saturation: 0.59 and the lightness value of 89232f is 0.34.

The process color (four color CMYK) of #89232f color hex is 0.00, 0.74, 0.66, 0.46. Web safe color of #89232f is #993333. Color #89232f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100011 00101111
Octal 211 43 57
Decimal 137 35 47
Hex 89 23 2F

RGB Percentages of Color #89232f

%62.56
%15.98
%21.46

CMYK Percentages of Color #89232f

%0
%74
%66
%46

Triadic Colors of #89232f

#89232f #2f8923 #232f89

Analogous Colors of #89232f

#89232f #894a23 #892362

Monochromatic Colors of #89232f

#89232f

Complementary Color

#89232f #23897d

#89232f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89232f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89232f Color CSS Codes

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

#89232f Text Font Color

<p style="color:#89232f">Text here</p>

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


#89232f Background Color

<div style="background-color:#89232f">
Div content here</div>

This div background color is #89232f


#89232f Border Color

<div style="border:3px solid #89232f">
Div here</div>

This div border color is #89232f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,35,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89232f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89232f;
  -webkit-box-shadow: 1px 1px 3px 2px #89232f;
  box-shadow:         1px 1px 3px 2px #89232f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,35,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89232f


Comments

No comments written yet.

Please login to write comment.