Color Hex Logo

#978faa Color Hex

#978FAA
(151,143,170)
0 Favorites   0 Comments

Color spaces of #978faa

RGB 151143170
HSL0.720.140.61
HSV258°16°67°
CMYK 0.110.160.00   0.33
XYZ29.840729.126542.0794
Yxy29.12650.29530.2882
Hunter Lab53.96904.2511-8.4499
CIE-Lab60.89318.3930-13.1056

#978faa color RGB value is (151,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001111 10101010
Octal 227 217 252
Decimal 151 143 170
Hex 97 8F AA

RGB Percentages of Color #978faa

%32.54
%30.82
%36.64

CMYK Percentages of Color #978faa

%11
%16
%0
%33

Triadic Colors of #978faa

#978faa #aa978f #8faa97

Analogous Colors of #978faa

#978faa #a58faa #8f95aa

Monochromatic Colors of #978faa

#978faa

Complementary Color

#978faa #a2aa8f

#978faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#978faa Color CSS Codes

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

#978faa Text Font Color

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

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


#978faa Background Color

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

This div background color is #978faa


#978faa Border Color

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

This div border color is #978faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,143,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 #978faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978faa


Comments

No comments written yet.

Please login to write comment.