Color Hex Logo

#893555 Color Hex

#893555
(137,53,85)
0 Favorites   0 Comments

Color spaces of #893555

RGB 1375385
HSL0.940.440.37
HSV337°61°54°
CMYK 0.000.610.38   0.46
XYZ13.22938.52049.5417
Yxy8.52040.42280.2723
Hunter Lab29.189729.81731.0518
CIE-Lab35.044039.1039-0.8283

#893555 color RGB value is (137,53,85).

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

The process color (four color CMYK) of #893555 color hex is 0.00, 0.61, 0.38, 0.46. Web safe color of #893555 is #993366. Color #893555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110101 01010101
Octal 211 65 125
Decimal 137 53 85
Hex 89 35 55

RGB Percentages of Color #893555

%49.82
%19.27
%30.91

CMYK Percentages of Color #893555

%0
%61
%38
%46

Triadic Colors of #893555

#893555 #558935 #355589

Analogous Colors of #893555

#893555 #893f35 #89357f

Monochromatic Colors of #893555

#893555

Complementary Color

#893555 #358969

#893555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893555 Color CSS Codes

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

#893555 Text Font Color

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

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


#893555 Background Color

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

This div background color is #893555


#893555 Border Color

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

This div border color is #893555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893555


Comments

No comments written yet.

Please login to write comment.