Color Hex Logo

#890676 Color Hex

#890676
(137,6,118)
0 Favorites   0 Comments

Color spaces of #890676

RGB 1376118
HSL0.860.920.28
HSV309°96°54°
CMYK 0.000.960.14   0.46
XYZ13.65176.756617.7242
Yxy6.75660.35800.1772
Hunter Lab25.993548.2592-22.2327
CIE-Lab31.246358.2025-27.7433

#890676 color RGB value is (137,6,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000110 01110110
Octal 211 6 166
Decimal 137 6 118
Hex 89 6 76

RGB Percentages of Color #890676

%52.49
%2.30
%45.21

CMYK Percentages of Color #890676

%0
%96
%14
%46

Triadic Colors of #890676

#890676 #768906 #067689

Analogous Colors of #890676

#890676 #890634 #5b0689

Monochromatic Colors of #890676

#890676

Complementary Color

#890676 #068919

#890676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890676 Color CSS Codes

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

#890676 Text Font Color

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

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


#890676 Background Color

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

This div background color is #890676


#890676 Border Color

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

This div border color is #890676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890676


Comments

No comments written yet.

Please login to write comment.