Color Hex Logo

#978baa Color Hex

#978BAA
(151,139,170)
0 Favorites   0 Comments

Color spaces of #978baa

RGB 151139170
HSL0.730.150.61
HSV263°18°67°
CMYK 0.110.180.00   0.33
XYZ29.250827.946841.8828
Yxy27.94680.29520.2821
Hunter Lab52.86476.2533-9.9680
CIE-Lab59.840610.6753-14.6930

#978baa color RGB value is (151,139,170).

#978baa hex color red value is 151, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #978baa hue: 0.73 , saturation: 0.15 and the lightness value of 978baa is 0.61.

The process color (four color CMYK) of #978baa color hex is 0.11, 0.18, 0.00, 0.33. Web safe color of #978baa is #999999. Color #978baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001011 10101010
Octal 227 213 252
Decimal 151 139 170
Hex 97 8B AA

RGB Percentages of Color #978baa

%32.83
%30.22
%36.96

CMYK Percentages of Color #978baa

%11
%18
%0
%33

Triadic Colors of #978baa

#978baa #aa978b #8baa97

Analogous Colors of #978baa

#978baa #a78baa #8b8faa

Monochromatic Colors of #978baa

#978baa

Complementary Color

#978baa #9eaa8b

#978baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#978baa Color CSS Codes

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

#978baa Text Font Color

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

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


#978baa Background Color

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

This div background color is #978baa


#978baa Border Color

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

This div border color is #978baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,139,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #978baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #978baa;
  -webkit-box-shadow: 1px 1px 3px 2px #978baa;
  box-shadow:         1px 1px 3px 2px #978baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978baa


Comments

No comments written yet.

Please login to write comment.