Color Hex Logo

#894753 Color Hex

#894753
(137,71,83)
0 Favorites   0 Comments

Color spaces of #894753

RGB 1377183
HSL0.970.320.41
HSV349°48°54°
CMYK 0.000.480.39   0.46
XYZ14.131110.44949.4558
Yxy10.44940.41520.3070
Hunter Lab32.325521.46165.2845
CIE-Lab38.637229.37485.6342

#894753 color RGB value is (137,71,83).

#894753 hex color red value is 137, green value is 71 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #894753 hue: 0.97 , saturation: 0.32 and the lightness value of 894753 is 0.41.

The process color (four color CMYK) of #894753 color hex is 0.00, 0.48, 0.39, 0.46. Web safe color of #894753 is #993366. Color #894753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000111 01010011
Octal 211 107 123
Decimal 137 71 83
Hex 89 47 53

RGB Percentages of Color #894753

%47.08
%24.40
%28.52

CMYK Percentages of Color #894753

%0
%48
%39
%46

Triadic Colors of #894753

#894753 #538947 #475389

Analogous Colors of #894753

#894753 #895c47 #894774

Monochromatic Colors of #894753

#894753

Complementary Color

#894753 #47897d

#894753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894753 Color CSS Codes

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

#894753 Text Font Color

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

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


#894753 Background Color

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

This div background color is #894753


#894753 Border Color

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

This div border color is #894753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894753


Comments

No comments written yet.

Please login to write comment.