color codes Logo

#89065b color codes

#89065B
(137,6,91)
0 Favorites   0 Comments

Color spaces of #89065b

RGB 137691
HSL0.890.920.28
HSV321°96°54°
CMYK 0.000.960.34   0.46
XYZ12.27006.203910.4483
Yxy6.20390.42420.2145
Hunter Lab24.907644.3443-7.4357
CIE-Lab29.921254.7640-12.3897

#89065b color RGB value is (137,6,91).

#89065b hex color red value is 137, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #89065b hue: 0.89 , saturation: 0.92 and the lightness value of 89065b is 0.28.

The process color (four color CMYK) of #89065b color code is 0.00, 0.96, 0.34, 0.46. Web safe color of #89065b is #990066. Color #89065b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000110 01011011
Octal 211 6 133
Decimal 137 6 91
Hex 89 6 5B

RGB Percentages of Color #89065b

%58.55
%2.56
%38.89

CMYK Percentages of Color #89065b

%0
%96
%34
%46

Triadic Colors of #89065b

#89065b #5b8906 #065b89

Analogous Colors of #89065b

#89065b #890619 #760689

Monochromatic Colors of #89065b

#89065b

Complementary Color

#89065b #068934

#89065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89065b Color CSS Codes

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

#89065b Text Font Color

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

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


#89065b Background Color

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

This div background color is #89065b


#89065b Border Color

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

This div border color is #89065b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89065b


Comments

No comments written yet.

Please login to write comment.