Color Hex Logo

#893250 Color Hex

#893250
(137,50,80)
0 Favorites   0 Comments

Color spaces of #893250

RGB 1375080
HSL0.940.470.37
HSV339°64°54°
CMYK 0.000.640.42   0.46
XYZ12.90518.17888.4879
Yxy8.17880.43640.2766
Hunter Lab28.598630.50052.4221
CIE-Lab34.352539.95021.3782

#893250 color RGB value is (137,50,80).

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

The process color (four color CMYK) of #893250 color hex is 0.00, 0.64, 0.42, 0.46. Web safe color of #893250 is #993366. Color #893250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110010 01010000
Octal 211 62 120
Decimal 137 50 80
Hex 89 32 50

RGB Percentages of Color #893250

%51.31
%18.73
%29.96

CMYK Percentages of Color #893250

%0
%64
%42
%46

Triadic Colors of #893250

#893250 #508932 #325089

Analogous Colors of #893250

#893250 #894032 #89327c

Monochromatic Colors of #893250

#893250

Complementary Color

#893250 #32896b

#893250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893250 Color CSS Codes

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

#893250 Text Font Color

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

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


#893250 Background Color

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

This div background color is #893250


#893250 Border Color

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

This div border color is #893250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893250


Comments

No comments written yet.

Please login to write comment.