Color Hex Logo

#89194b Color Hex

#89194B
(137,25,75)
0 Favorites   0 Comments

Color spaces of #89194b

RGB 1372575
HSL0.930.690.32
HSV333°82°54°
CMYK 0.000.820.45   0.46
XYZ11.93426.52167.2864
Yxy6.52160.46360.2533
Hunter Lab25.537438.72650.9594
CIE-Lab30.692049.1147-0.6949

#89194b color RGB value is (137,25,75).

#89194b hex color red value is 137, green value is 25 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #89194b hue: 0.93 , saturation: 0.69 and the lightness value of 89194b is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011001 01001011
Octal 211 31 113
Decimal 137 25 75
Hex 89 19 4B

RGB Percentages of Color #89194b

%57.81
%10.55
%31.65

CMYK Percentages of Color #89194b

%0
%82
%45
%46

Triadic Colors of #89194b

#89194b #4b8919 #194b89

Analogous Colors of #89194b

#89194b #891f19 #891983

Monochromatic Colors of #89194b

#89194b

Complementary Color

#89194b #198957

#89194b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89194b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89194b Color CSS Codes

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

#89194b Text Font Color

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

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


#89194b Background Color

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

This div background color is #89194b


#89194b Border Color

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

This div border color is #89194b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89194b


Comments

No comments written yet.

Please login to write comment.