Color Hex Logo

#892442 Color Hex

#892442
(137,36,66)
0 Favorites   0 Comments

Color spaces of #892442

RGB 1373666
HSL0.950.580.34
HSV342°74°54°
CMYK 0.000.740.52   0.46
XYZ11.93086.97355.8714
Yxy6.97350.48160.2815
Hunter Lab26.407434.43305.3027
CIE-Lab31.746544.54586.7618

#892442 color RGB value is (137,36,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100100 01000010
Octal 211 44 102
Decimal 137 36 66
Hex 89 24 42

RGB Percentages of Color #892442

%57.32
%15.06
%27.62

CMYK Percentages of Color #892442

%0
%74
%52
%46

Triadic Colors of #892442

#892442 #428924 #244289

Analogous Colors of #892442

#892442 #893924 #892475

Monochromatic Colors of #892442

#892442

Complementary Color

#892442 #24896b

#892442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892442 Color CSS Codes

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

#892442 Text Font Color

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

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


#892442 Background Color

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

This div background color is #892442


#892442 Border Color

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

This div border color is #892442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892442


Comments

No comments written yet.

Please login to write comment.