Color Hex Logo

#89022f Color Hex

#89022F
(137,2,47)
0 Favorites   0 Comments

Color spaces of #89022f

RGB 137247
HSL0.940.970.27
HSV340°99°54°
CMYK 0.000.990.66   0.46
XYZ10.85135.56703.1919
Yxy5.56700.55330.2839
Hunter Lab23.594540.80338.4953
CIE-Lab28.292751.642614.6987

#89022f color RGB value is (137,2,47).

#89022f hex color red value is 137, green value is 2 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #89022f hue: 0.94 , saturation: 0.97 and the lightness value of 89022f is 0.27.

The process color (four color CMYK) of #89022f color hex is 0.00, 0.99, 0.66, 0.46. Web safe color of #89022f is #990033. Color #89022f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000010 00101111
Octal 211 2 57
Decimal 137 2 47
Hex 89 2 2F

RGB Percentages of Color #89022f

%73.66
%1.08
%25.27

CMYK Percentages of Color #89022f

%0
%99
%66
%46

Triadic Colors of #89022f

#89022f #2f8902 #022f89

Analogous Colors of #89022f

#89022f #891902 #890273

Monochromatic Colors of #89022f

#89022f

Complementary Color

#89022f #02895c

#89022f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89022f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89022f Color CSS Codes

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

#89022f Text Font Color

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

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


#89022f Background Color

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

This div background color is #89022f


#89022f Border Color

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

This div border color is #89022f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89022f


Comments

No comments written yet.

Please login to write comment.