Color Hex Logo

#978faf Color Hex

#978FAF
(151,143,175)
0 Favorites   0 Comments

Color spaces of #978faf

RGB 151143175
HSL0.710.170.62
HSV255°18°69°
CMYK 0.140.180.00   0.31
XYZ30.322829.319444.6185
Yxy29.31940.29080.2812
Hunter Lab54.14745.2029-10.9529
CIE-Lab61.06259.4832-15.6867

#978faf color RGB value is (151,143,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001111 10101111
Octal 227 217 257
Decimal 151 143 175
Hex 97 8F AF

RGB Percentages of Color #978faf

%32.20
%30.49
%37.31

CMYK Percentages of Color #978faf

%14
%18
%0
%31

Triadic Colors of #978faf

#978faf #af978f #8faf97

Analogous Colors of #978faf

#978faf #a78faf #8f97af

Monochromatic Colors of #978faf

#978faf

Complementary Color

#978faf #a7af8f

#978faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#978faf Color CSS Codes

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

#978faf Text Font Color

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

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


#978faf Background Color

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

This div background color is #978faf


#978faf Border Color

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

This div border color is #978faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978faf


Comments

No comments written yet.

Please login to write comment.