Color Hex Logo

#89242e Color Hex

#89242E
(137,36,46)
0 Favorites   0 Comments

Color spaces of #89242e

RGB 1373646
HSL0.980.580.34
HSV354°74°54°
CMYK 0.000.740.66   0.46
XYZ11.44056.77743.2899
Yxy6.77740.53190.3151
Hunter Lab26.033432.884010.7308
CIE-Lab31.294743.015819.2498

#89242e color RGB value is (137,36,46).

#89242e hex color red value is 137, green value is 36 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #89242e hue: 0.98 , saturation: 0.58 and the lightness value of 89242e is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100100 00101110
Octal 211 44 56
Decimal 137 36 46
Hex 89 24 2E

RGB Percentages of Color #89242e

%62.56
%16.44
%21.00

CMYK Percentages of Color #89242e

%0
%74
%66
%46

Triadic Colors of #89242e

#89242e #2e8924 #242e89

Analogous Colors of #89242e

#89242e #894d24 #892460

Monochromatic Colors of #89242e

#89242e

Complementary Color

#89242e #24897f

#89242e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89242e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89242e Color CSS Codes

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

#89242e Text Font Color

<p style="color:#89242e">Text here</p>

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


#89242e Background Color

<div style="background-color:#89242e">
Div content here</div>

This div background color is #89242e


#89242e Border Color

<div style="border:3px solid #89242e">
Div here</div>

This div border color is #89242e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,36,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89242e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89242e;
  -webkit-box-shadow: 1px 1px 3px 2px #89242e;
  box-shadow:         1px 1px 3px 2px #89242e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89242e


Comments

No comments written yet.

Please login to write comment.