Color Hex Logo

#893245 Color Hex

#893245
(137,50,69)
0 Favorites   0 Comments

Color spaces of #893245

RGB 1375069
HSL0.960.470.37
HSV347°64°54°
CMYK 0.000.640.50   0.46
XYZ12.53138.02926.5195
Yxy8.02920.46280.2965
Hunter Lab28.335829.35256.1937
CIE-Lab34.043638.77608.0386

#893245 color RGB value is (137,50,69).

#893245 hex color red value is 137, green value is 50 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #893245 hue: 0.96 , saturation: 0.47 and the lightness value of 893245 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110010 01000101
Octal 211 62 105
Decimal 137 50 69
Hex 89 32 45

RGB Percentages of Color #893245

%53.52
%19.53
%26.95

CMYK Percentages of Color #893245

%0
%64
%50
%46

Triadic Colors of #893245

#893245 #458932 #324589

Analogous Colors of #893245

#893245 #894b32 #893271

Monochromatic Colors of #893245

#893245

Complementary Color

#893245 #328976

#893245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893245 Color CSS Codes

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

#893245 Text Font Color

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

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


#893245 Background Color

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

This div background color is #893245


#893245 Border Color

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

This div border color is #893245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893245


Comments

No comments written yet.

Please login to write comment.