Color Hex Logo

#89265f Color Hex

#89265F
(137,38,95)
0 Favorites   0 Comments

Color spaces of #89265f

RGB 1373895
HSL0.900.570.34
HSV325°72°54°
CMYK 0.000.720.31   0.46
XYZ13.07527.530811.5909
Yxy7.53080.40610.2339
Hunter Lab27.442337.0243-5.8329
CIE-Lab32.986046.9647-10.3285

#89265f color RGB value is (137,38,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100110 01011111
Octal 211 46 137
Decimal 137 38 95
Hex 89 26 5F

RGB Percentages of Color #89265f

%50.74
%14.07
%35.19

CMYK Percentages of Color #89265f

%0
%72
%31
%46

Triadic Colors of #89265f

#89265f #5f8926 #265f89

Analogous Colors of #89265f

#89265f #89262d #822689

Monochromatic Colors of #89265f

#89265f

Complementary Color

#89265f #268950

#89265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89265f Color CSS Codes

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

#89265f Text Font Color

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

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


#89265f Background Color

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

This div background color is #89265f


#89265f Border Color

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

This div border color is #89265f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89265f


Comments

No comments written yet.

Please login to write comment.