Color Hex Logo

#978baf Color Hex

#978BAF
(151,139,175)
0 Favorites   0 Comments

Color spaces of #978baf

RGB 151139175
HSL0.720.180.62
HSV260°21°69°
CMYK 0.140.210.00   0.31
XYZ29.733028.139744.4218
Yxy28.13970.29070.2751
Hunter Lab53.04697.2180-12.5170
CIE-Lab60.014711.7698-17.2746

#978baf color RGB value is (151,139,175).

#978baf hex color red value is 151, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #978baf hue: 0.72 , saturation: 0.18 and the lightness value of 978baf is 0.62.

The process color (four color CMYK) of #978baf color hex is 0.14, 0.21, 0.00, 0.31. Web safe color of #978baf is #999999. Color #978baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001011 10101111
Octal 227 213 257
Decimal 151 139 175
Hex 97 8B AF

RGB Percentages of Color #978baf

%32.47
%29.89
%37.63

CMYK Percentages of Color #978baf

%14
%21
%0
%31

Triadic Colors of #978baf

#978baf #af978b #8baf97

Analogous Colors of #978baf

#978baf #a98baf #8b91af

Monochromatic Colors of #978baf

#978baf

Complementary Color

#978baf #a3af8b

#978baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#978baf Color CSS Codes

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

#978baf Text Font Color

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

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


#978baf Background Color

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

This div background color is #978baf


#978baf Border Color

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

This div border color is #978baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978baf


Comments

No comments written yet.

Please login to write comment.