Color Hex Logo

#890542 Color Hex

#890542
(137,5,66)
0 Favorites   0 Comments

Color spaces of #890542

RGB 137566
HSL0.920.930.28
HSV332°96°54°
CMYK 0.000.960.52   0.46
XYZ11.35425.82035.6792
Yxy5.82030.49680.2547
Hunter Lab24.125341.78902.9306
CIE-Lab28.954552.48052.7816

#890542 color RGB value is (137,5,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000101 01000010
Octal 211 5 102
Decimal 137 5 66
Hex 89 5 42

RGB Percentages of Color #890542

%65.87
%2.40
%31.73

CMYK Percentages of Color #890542

%0
%96
%52
%46

Triadic Colors of #890542

#890542 #428905 #054289

Analogous Colors of #890542

#890542 #890a05 #890584

Monochromatic Colors of #890542

#890542

Complementary Color

#890542 #05894c

#890542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890542 Color CSS Codes

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

#890542 Text Font Color

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

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


#890542 Background Color

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

This div background color is #890542


#890542 Border Color

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

This div border color is #890542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890542


Comments

No comments written yet.

Please login to write comment.