Color Hex Logo

#89230d Color Hex

#89230D
(137,35,13)
0 Favorites   0 Comments

Color spaces of #89230d

RGB 1373513
HSL0.030.830.29
HSV11°91°54°
CMYK 0.000.740.91   0.46
XYZ10.99026.54951.0657
Yxy6.54950.59070.3520
Hunter Lab25.592031.868915.4454
CIE-Lab30.758542.044537.8367

#89230d color RGB value is (137,35,13).

#89230d hex color red value is 137, green value is 35 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #89230d hue: 0.03 , saturation: 0.83 and the lightness value of 89230d is 0.29.

The process color (four color CMYK) of #89230d color hex is 0.00, 0.74, 0.91, 0.46. Web safe color of #89230d is #993300. Color #89230d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100011 00001101
Octal 211 43 15
Decimal 137 35 13
Hex 89 23 D

RGB Percentages of Color #89230d

%74.05
%18.92
%7.03

CMYK Percentages of Color #89230d

%0
%74
%91
%46

Triadic Colors of #89230d

#89230d #0d8923 #230d89

Analogous Colors of #89230d

#89230d #89610d #890d35

Monochromatic Colors of #89230d

#89230d

Complementary Color

#89230d #0d7389

#89230d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89230d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89230d Color CSS Codes

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

#89230d Text Font Color

<p style="color:#89230d">Text here</p>

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


#89230d Background Color

<div style="background-color:#89230d">
Div content here</div>

This div background color is #89230d


#89230d Border Color

<div style="border:3px solid #89230d">
Div here</div>

This div border color is #89230d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89230d


Comments

No comments written yet.

Please login to write comment.