Color Hex Logo

#89265d Color Hex

#89265D
(137,38,93)
0 Favorites   0 Comments

Color spaces of #89265d

RGB 1373893
HSL0.910.570.34
HSV327°72°54°
CMYK 0.000.720.32   0.46
XYZ12.98547.494911.1182
Yxy7.49490.41090.2372
Hunter Lab27.376836.7569-4.9149
CIE-Lab32.908046.7085-9.1564

#89265d color RGB value is (137,38,93).

#89265d hex color red value is 137, green value is 38 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #89265d hue: 0.91 , saturation: 0.57 and the lightness value of 89265d is 0.34.

The process color (four color CMYK) of #89265d color hex is 0.00, 0.72, 0.32, 0.46. Web safe color of #89265d is #993366. Color #89265d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100110 01011101
Octal 211 46 135
Decimal 137 38 93
Hex 89 26 5D

RGB Percentages of Color #89265d

%51.12
%14.18
%34.70

CMYK Percentages of Color #89265d

%0
%72
%32
%46

Triadic Colors of #89265d

#89265d #5d8926 #265d89

Analogous Colors of #89265d

#89265d #89262c #842689

Monochromatic Colors of #89265d

#89265d

Complementary Color

#89265d #268952

#89265d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89265d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89265d Color CSS Codes

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

#89265d Text Font Color

<p style="color:#89265d">Text here</p>

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


#89265d Background Color

<div style="background-color:#89265d">
Div content here</div>

This div background color is #89265d


#89265d Border Color

<div style="border:3px solid #89265d">
Div here</div>

This div border color is #89265d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,38,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89265d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89265d;
  -webkit-box-shadow: 1px 1px 3px 2px #89265d;
  box-shadow:         1px 1px 3px 2px #89265d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89265d


Comments

No comments written yet.

Please login to write comment.