Color Hex Logo

#890759 Color Hex

#890759
(137,7,89)
0 Favorites   0 Comments

Color spaces of #890759

RGB 137789
HSL0.890.900.28
HSV322°95°54°
CMYK 0.000.950.35   0.46
XYZ12.19576.191610.0035
Yxy6.19160.42960.2181
Hunter Lab24.882943.9419-6.4179
CIE-Lab29.890854.3838-11.1238

#890759 color RGB value is (137,7,89).

#890759 hex color red value is 137, green value is 7 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #890759 hue: 0.89 , saturation: 0.90 and the lightness value of 890759 is 0.28.

The process color (four color CMYK) of #890759 color hex is 0.00, 0.95, 0.35, 0.46. Web safe color of #890759 is #990066. Color #890759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000111 01011001
Octal 211 7 131
Decimal 137 7 89
Hex 89 7 59

RGB Percentages of Color #890759

%58.80
%3.00
%38.20

CMYK Percentages of Color #890759

%0
%95
%35
%46

Triadic Colors of #890759

#890759 #598907 #075989

Analogous Colors of #890759

#890759 #890718 #780789

Monochromatic Colors of #890759

#890759

Complementary Color

#890759 #078937

#890759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890759 Color CSS Codes

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

#890759 Text Font Color

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

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


#890759 Background Color

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

This div background color is #890759


#890759 Border Color

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

This div border color is #890759


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,7,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #890759; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #890759;
  -webkit-box-shadow: 1px 1px 3px 2px #890759;
  box-shadow:         1px 1px 3px 2px #890759; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890759


Comments

No comments written yet.

Please login to write comment.