Color Hex Logo

#978389 Color Hex

#978389
(151,131,137)
0 Favorites   0 Comments

Color spaces of #978389

RGB 151131137
HSL0.950.090.55
HSV342°13°59°
CMYK 0.000.130.09   0.41
XYZ25.394224.618127.0803
Yxy24.61810.32940.3193
Hunter Lab49.61664.52872.3717
CIE-Lab56.70148.6661-0.4278

#978389 color RGB value is (151,131,137).

#978389 hex color red value is 151, green value is 131 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #978389 hue: 0.95 , saturation: 0.09 and the lightness value of 978389 is 0.55.

The process color (four color CMYK) of #978389 color hex is 0.00, 0.13, 0.09, 0.41. Web safe color of #978389 is #999999. Color #978389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000011 10001001
Octal 227 203 211
Decimal 151 131 137
Hex 97 83 89

RGB Percentages of Color #978389

%36.04
%31.26
%32.70

CMYK Percentages of Color #978389

%0
%13
%9
%41

Triadic Colors of #978389

#978389 #899783 #838997

Analogous Colors of #978389

#978389 #978783 #978393

Monochromatic Colors of #978389

#978389

Complementary Color

#978389 #839791

#978389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#978389 Color CSS Codes

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

#978389 Text Font Color

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

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


#978389 Background Color

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

This div background color is #978389


#978389 Border Color

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

This div border color is #978389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978389


Comments

No comments written yet.

Please login to write comment.