Color Hex Logo

#978fae Color Hex

#978FAE
(151,143,174)
0 Favorites   0 Comments

Color spaces of #978fae

RGB 151143174
HSL0.710.160.62
HSV255°18°68°
CMYK 0.130.180.00   0.32
XYZ30.224929.280244.1030
Yxy29.28020.29170.2826
Hunter Lab54.11125.0102-10.4461
CIE-Lab61.02819.2632-15.1716

#978fae color RGB value is (151,143,174).

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

The process color (four color CMYK) of #978fae color hex is 0.13, 0.18, 0.00, 0.32. Web safe color of #978fae is #999999. Color #978fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001111 10101110
Octal 227 217 256
Decimal 151 143 174
Hex 97 8F AE

RGB Percentages of Color #978fae

%32.26
%30.56
%37.18

CMYK Percentages of Color #978fae

%13
%18
%0
%32

Triadic Colors of #978fae

#978fae #ae978f #8fae97

Analogous Colors of #978fae

#978fae #a78fae #8f97ae

Monochromatic Colors of #978fae

#978fae

Complementary Color

#978fae #a6ae8f

#978fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#978fae Color CSS Codes

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

#978fae Text Font Color

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

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


#978fae Background Color

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

This div background color is #978fae


#978fae Border Color

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

This div border color is #978fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978fae


Comments

No comments written yet.

Please login to write comment.