Color Hex Logo

#899093 Color Hex

#899093
(137,144,147)
0 Favorites   0 Comments

Color spaces of #899093

RGB 137144147
HSL0.550.040.56
HSV198°58°
CMYK 0.070.020.00   0.42
XYZ25.556227.371531.5400
Yxy27.37150.30260.3240
Hunter Lab52.3178-4.36240.8792
CIE-Lab59.3166-1.9230-2.4754

#899093 color RGB value is (137,144,147).

#899093 hex color red value is 137, green value is 144 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #899093 hue: 0.55 , saturation: 0.04 and the lightness value of 899093 is 0.56.

The process color (four color CMYK) of #899093 color hex is 0.07, 0.02, 0.00, 0.42. Web safe color of #899093 is #999999. Color #899093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010000 10010011
Octal 211 220 223
Decimal 137 144 147
Hex 89 90 93

RGB Percentages of Color #899093

%32.01
%33.64
%34.35

CMYK Percentages of Color #899093

%7
%2
%0
%42

Triadic Colors of #899093

#899093 #938990 #909389

Analogous Colors of #899093

#899093 #898b93 #899391

Monochromatic Colors of #899093

#899093

Complementary Color

#899093 #938c89

#899093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899093 Color CSS Codes

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

#899093 Text Font Color

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

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


#899093 Background Color

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

This div background color is #899093


#899093 Border Color

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

This div border color is #899093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899093


Comments

No comments written yet.

Please login to write comment.