Color Hex Logo

#892142 Color Hex

#892142
(137,33,66)
0 Favorites   0 Comments

Color spaces of #892142

RGB 1373366
HSL0.950.610.33
HSV341°76°54°
CMYK 0.000.760.52   0.46
XYZ11.84386.79945.8424
Yxy6.79940.48370.2777
Hunter Lab26.075735.44394.9687
CIE-Lab31.345845.66296.1956

#892142 color RGB value is (137,33,66).

#892142 hex color red value is 137, green value is 33 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #892142 hue: 0.95 , saturation: 0.61 and the lightness value of 892142 is 0.33.

The process color (four color CMYK) of #892142 color hex is 0.00, 0.76, 0.52, 0.46. Web safe color of #892142 is #993333. Color #892142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100001 01000010
Octal 211 41 102
Decimal 137 33 66
Hex 89 21 42

RGB Percentages of Color #892142

%58.05
%13.98
%27.97

CMYK Percentages of Color #892142

%0
%76
%52
%46

Triadic Colors of #892142

#892142 #428921 #214289

Analogous Colors of #892142

#892142 #893421 #892176

Monochromatic Colors of #892142

#892142

Complementary Color

#892142 #218968

#892142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892142 Color CSS Codes

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

#892142 Text Font Color

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

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


#892142 Background Color

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

This div background color is #892142


#892142 Border Color

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

This div border color is #892142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892142


Comments

No comments written yet.

Please login to write comment.