Color Hex Logo

#89024b Color Hex

#89024B
(137,2,75)
0 Favorites   0 Comments

Color spaces of #89024b

RGB 137275
HSL0.910.970.27
HSV328°99°54°
CMYK 0.000.990.45   0.46
XYZ11.60825.86987.1778
Yxy5.86980.47080.2381
Hunter Lab24.227743.1263-0.6062
CIE-Lab29.081653.7555-3.0661

#89024b color RGB value is (137,2,75).

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

The process color (four color CMYK) of #89024b color hex is 0.00, 0.99, 0.45, 0.46. Web safe color of #89024b is #990033. Color #89024b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000010 01001011
Octal 211 2 113
Decimal 137 2 75
Hex 89 2 4B

RGB Percentages of Color #89024b

%64.02
%0.93
%35.05

CMYK Percentages of Color #89024b

%0
%99
%45
%46

Triadic Colors of #89024b

#89024b #4b8902 #024b89

Analogous Colors of #89024b

#89024b #890207 #840289

Monochromatic Colors of #89024b

#89024b

Complementary Color

#89024b #028940

#89024b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89024b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89024b Color CSS Codes

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

#89024b Text Font Color

<p style="color:#89024b">Text here</p>

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


#89024b Background Color

<div style="background-color:#89024b">
Div content here</div>

This div background color is #89024b


#89024b Border Color

<div style="border:3px solid #89024b">
Div here</div>

This div border color is #89024b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89024b


Comments

No comments written yet.

Please login to write comment.