Color Hex Logo

#89336b Color Hex

#89336B
(137,51,107)
0 Favorites   0 Comments

Color spaces of #89336b

RGB 13751107
HSL0.890.460.37
HSV321°63°54°
CMYK 0.000.630.22   0.46
XYZ14.15428.747614.8524
Yxy8.74760.37490.2317
Hunter Lab29.576333.6652-9.0703
CIE-Lab35.493743.0686-14.1715

#89336b color RGB value is (137,51,107).

#89336b hex color red value is 137, green value is 51 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #89336b hue: 0.89 , saturation: 0.46 and the lightness value of 89336b is 0.37.

The process color (four color CMYK) of #89336b color hex is 0.00, 0.63, 0.22, 0.46. Web safe color of #89336b is #993366. Color #89336b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110011 01101011
Octal 211 63 153
Decimal 137 51 107
Hex 89 33 6B

RGB Percentages of Color #89336b

%46.44
%17.29
%36.27

CMYK Percentages of Color #89336b

%0
%63
%22
%46

Triadic Colors of #89336b

#89336b #6b8933 #336b89

Analogous Colors of #89336b

#89336b #893340 #7c3389

Monochromatic Colors of #89336b

#89336b

Complementary Color

#89336b #338951

#89336b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89336b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89336b Color CSS Codes

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

#89336b Text Font Color

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

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


#89336b Background Color

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

This div background color is #89336b


#89336b Border Color

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

This div border color is #89336b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89336b


Comments

No comments written yet.

Please login to write comment.