Color Hex Logo

#892830 Color Hex

#892830
(137,40,48)
0 Favorites   0 Comments

Color spaces of #892830

RGB 1374048
HSL0.990.550.35
HSV355°71°54°
CMYK 0.000.710.65   0.46
XYZ11.60887.04933.5451
Yxy7.04930.52280.3175
Hunter Lab26.550531.582910.6688
CIE-Lab31.918941.530018.7552

#892830 color RGB value is (137,40,48).

#892830 hex color red value is 137, green value is 40 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #892830 hue: 0.99 , saturation: 0.55 and the lightness value of 892830 is 0.35.

The process color (four color CMYK) of #892830 color hex is 0.00, 0.71, 0.65, 0.46. Web safe color of #892830 is #993333. Color #892830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101000 00110000
Octal 211 50 60
Decimal 137 40 48
Hex 89 28 30

RGB Percentages of Color #892830

%60.89
%17.78
%21.33

CMYK Percentages of Color #892830

%0
%71
%65
%46

Triadic Colors of #892830

#892830 #308928 #283089

Analogous Colors of #892830

#892830 #895128 #892861

Monochromatic Colors of #892830

#892830

Complementary Color

#892830 #288981

#892830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892830 Color CSS Codes

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

#892830 Text Font Color

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

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


#892830 Background Color

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

This div background color is #892830


#892830 Border Color

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

This div border color is #892830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892830


Comments

No comments written yet.

Please login to write comment.