Color Hex Logo

#89055f Color Hex

#89055F
(137,5,95)
0 Favorites   0 Comments

Color spaces of #89055f

RGB 137595
HSL0.890.930.28
HSV319°96°54°
CMYK 0.000.960.31   0.46
XYZ12.43646.253111.3780
Yxy6.25310.41360.2080
Hunter Lab25.006245.0130-9.4730
CIE-Lab30.042255.3794-14.8199

#89055f color RGB value is (137,5,95).

#89055f hex color red value is 137, green value is 5 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #89055f hue: 0.89 , saturation: 0.93 and the lightness value of 89055f is 0.28.

The process color (four color CMYK) of #89055f color hex is 0.00, 0.96, 0.31, 0.46. Web safe color of #89055f is #990066. Color #89055f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000101 01011111
Octal 211 5 137
Decimal 137 5 95
Hex 89 5 5F

RGB Percentages of Color #89055f

%57.81
%2.11
%40.08

CMYK Percentages of Color #89055f

%0
%96
%31
%46

Triadic Colors of #89055f

#89055f #5f8905 #055f89

Analogous Colors of #89055f

#89055f #89051d #710589

Monochromatic Colors of #89055f

#89055f

Complementary Color

#89055f #05892f

#89055f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89055f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89055f Color CSS Codes

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

#89055f Text Font Color

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

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


#89055f Background Color

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

This div background color is #89055f


#89055f Border Color

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

This div border color is #89055f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89055f


Comments

No comments written yet.

Please login to write comment.