Color Hex Logo

#894362 Color Hex

#894362
(137,67,98)
0 Favorites   0 Comments

Color spaces of #894362

RGB 1376798
HSL0.930.340.40
HSV333°51°54°
CMYK 0.000.510.28   0.46
XYZ14.528310.214512.7611
Yxy10.21450.38740.2724
Hunter Lab31.960125.2115-1.3013
CIE-Lab38.224733.6118-4.3844

#894362 color RGB value is (137,67,98).

#894362 hex color red value is 137, green value is 67 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #894362 hue: 0.93 , saturation: 0.34 and the lightness value of 894362 is 0.40.

The process color (four color CMYK) of #894362 color hex is 0.00, 0.51, 0.28, 0.46. Web safe color of #894362 is #993366. Color #894362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000011 01100010
Octal 211 103 142
Decimal 137 67 98
Hex 89 43 62

RGB Percentages of Color #894362

%45.36
%22.19
%32.45

CMYK Percentages of Color #894362

%0
%51
%28
%46

Triadic Colors of #894362

#894362 #628943 #436289

Analogous Colors of #894362

#894362 #894743 #894385

Monochromatic Colors of #894362

#894362

Complementary Color

#894362 #43896a

#894362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894362 Color CSS Codes

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

#894362 Text Font Color

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

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


#894362 Background Color

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

This div background color is #894362


#894362 Border Color

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

This div border color is #894362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894362


Comments

No comments written yet.

Please login to write comment.