Color Hex Logo

#890976 Color Hex

#890976
(137,9,118)
0 Favorites   0 Comments

Color spaces of #890976

RGB 1379118
HSL0.860.880.29
HSV309°93°54°
CMYK 0.000.930.14   0.46
XYZ13.68426.821717.7350
Yxy6.82170.35780.1784
Hunter Lab26.118447.8143-21.9764
CIE-Lab31.397557.7581-27.5047

#890976 color RGB value is (137,9,118).

#890976 hex color red value is 137, green value is 9 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #890976 hue: 0.86 , saturation: 0.88 and the lightness value of 890976 is 0.29.

The process color (four color CMYK) of #890976 color hex is 0.00, 0.93, 0.14, 0.46. Web safe color of #890976 is #990066. Color #890976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001001 01110110
Octal 211 11 166
Decimal 137 9 118
Hex 89 9 76

RGB Percentages of Color #890976

%51.89
%3.41
%44.70

CMYK Percentages of Color #890976

%0
%93
%14
%46

Triadic Colors of #890976

#890976 #768909 #097689

Analogous Colors of #890976

#890976 #890936 #5c0989

Monochromatic Colors of #890976

#890976

Complementary Color

#890976 #09891c

#890976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890976 Color CSS Codes

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

#890976 Text Font Color

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

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


#890976 Background Color

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

This div background color is #890976


#890976 Border Color

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

This div border color is #890976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890976


Comments

No comments written yet.

Please login to write comment.