Color Hex Logo

#892324 Color Hex

#892324
(137,35,36)
0 Favorites   0 Comments

Color spaces of #892324

RGB 1373536
HSL1.000.590.34
HSV359°74°54°
CMYK 0.000.740.74   0.46
XYZ11.23606.64782.3600
Yxy6.64780.55500.3284
Hunter Lab25.783332.666912.6214
CIE-Lab30.991342.843825.2563

#892324 color RGB value is (137,35,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100011 00100100
Octal 211 43 44
Decimal 137 35 36
Hex 89 23 24

RGB Percentages of Color #892324

%65.87
%16.83
%17.31

CMYK Percentages of Color #892324

%0
%74
%74
%46

Triadic Colors of #892324

#892324 #248923 #232489

Analogous Colors of #892324

#892324 #895523 #892357

Monochromatic Colors of #892324

#892324

Complementary Color

#892324 #238988

#892324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892324 Color CSS Codes

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

#892324 Text Font Color

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

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


#892324 Background Color

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

This div background color is #892324


#892324 Border Color

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

This div border color is #892324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892324


Comments

No comments written yet.

Please login to write comment.