Color Hex Logo

#890642 Color Hex

#890642
(137,6,66)
0 Favorites   0 Comments

Color spaces of #890642

RGB 137666
HSL0.920.920.28
HSV333°96°54°
CMYK 0.000.960.52   0.46
XYZ11.36505.84205.6829
Yxy5.84200.49650.2552
Hunter Lab24.170241.63402.9789
CIE-Lab29.010352.31812.8616

#890642 color RGB value is (137,6,66).

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

The process color (four color CMYK) of #890642 color hex is 0.00, 0.96, 0.52, 0.46. Web safe color of #890642 is #990033. Color #890642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000110 01000010
Octal 211 6 102
Decimal 137 6 66
Hex 89 6 42

RGB Percentages of Color #890642

%65.55
%2.87
%31.58

CMYK Percentages of Color #890642

%0
%96
%52
%46

Triadic Colors of #890642

#890642 #428906 #064289

Analogous Colors of #890642

#890642 #890c06 #890684

Monochromatic Colors of #890642

#890642

Complementary Color

#890642 #06894d

#890642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890642 Color CSS Codes

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

#890642 Text Font Color

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

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


#890642 Background Color

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

This div background color is #890642


#890642 Border Color

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

This div border color is #890642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890642


Comments

No comments written yet.

Please login to write comment.