Color Hex Logo

#978cfc Color Hex

#978CFC
(151,140,252)
0 Favorites   0 Comments

Color spaces of #978cfc

RGB 151140252
HSL0.680.950.77
HSV246°44°99°
CMYK 0.400.440.00   0.01
XYZ39.711332.363896.2493
Yxy32.36380.23590.1923
Hunter Lab56.889225.0452-60.4887
CIE-Lab63.642430.5044-54.6300

#978cfc color RGB value is (151,140,252).

#978cfc hex color red value is 151, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #978cfc hue: 0.68 , saturation: 0.95 and the lightness value of 978cfc is 0.77.

The process color (four color CMYK) of #978cfc color hex is 0.40, 0.44, 0.00, 0.01. Web safe color of #978cfc is #9999ff. Color #978cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001100 11111100
Octal 227 214 374
Decimal 151 140 252
Hex 97 8C FC

RGB Percentages of Color #978cfc

%27.81
%25.78
%46.41

CMYK Percentages of Color #978cfc

%40
%44
%0
%1

Triadic Colors of #978cfc

#978cfc #fc978c #8cfc97

Analogous Colors of #978cfc

#978cfc #cf8cfc #8cb9fc

Monochromatic Colors of #978cfc

#978cfc

Complementary Color

#978cfc #f1fc8c

#978cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#978cfc Color CSS Codes

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

#978cfc Text Font Color

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

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


#978cfc Background Color

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

This div background color is #978cfc


#978cfc Border Color

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

This div border color is #978cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.