Color Hex Logo

#898093 Color Hex

#898093
(137,128,147)
0 Favorites   0 Comments

Color spaces of #898093

RGB 137128147
HSL0.750.080.54
HSV268°13°58°
CMYK 0.070.130.00   0.42
XYZ23.302222.863330.7887
Yxy22.86330.30280.2971
Hunter Lab47.81563.3120-4.7062
CIE-Lab54.93137.1983-8.9772

#898093 color RGB value is (137,128,147).

#898093 hex color red value is 137, green value is 128 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #898093 hue: 0.75 , saturation: 0.08 and the lightness value of 898093 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000000 10010011
Octal 211 200 223
Decimal 137 128 147
Hex 89 80 93

RGB Percentages of Color #898093

%33.25
%31.07
%35.68

CMYK Percentages of Color #898093

%7
%13
%0
%42

Triadic Colors of #898093

#898093 #938980 #809389

Analogous Colors of #898093

#898093 #938093 #808193

Monochromatic Colors of #898093

#898093

Complementary Color

#898093 #8a9380

#898093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898093 Color CSS Codes

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

#898093 Text Font Color

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

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


#898093 Background Color

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

This div background color is #898093


#898093 Border Color

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

This div border color is #898093


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,128,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 #898093">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898093


Comments

No comments written yet.

Please login to write comment.