Color Hex Logo

#978cef Color Hex

#978CEF
(151,140,239)
0 Favorites   0 Comments

Color spaces of #978cef

RGB 151140239
HSL0.690.760.74
HSV247°41°94°
CMYK 0.370.410.00   0.06
XYZ37.720631.567585.7664
Yxy31.56750.24330.2036
Hunter Lab56.185021.5149-51.1768
CIE-Lab62.983826.9900-48.5276

#978cef color RGB value is (151,140,239).

#978cef hex color red value is 151, green value is 140 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #978cef hue: 0.69 , saturation: 0.76 and the lightness value of 978cef is 0.74.

The process color (four color CMYK) of #978cef color hex is 0.37, 0.41, 0.00, 0.06. Web safe color of #978cef is #9999ff. Color #978cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001100 11101111
Octal 227 214 357
Decimal 151 140 239
Hex 97 8C EF

RGB Percentages of Color #978cef

%28.49
%26.42
%45.09

CMYK Percentages of Color #978cef

%37
%41
%0
%6

Triadic Colors of #978cef

#978cef #ef978c #8cef97

Analogous Colors of #978cef

#978cef #c98cef #8cb3ef

Monochromatic Colors of #978cef

#978cef

Complementary Color

#978cef #e4ef8c

#978cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#978cef Color CSS Codes

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

#978cef Text Font Color

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

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


#978cef Background Color

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

This div background color is #978cef


#978cef Border Color

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

This div border color is #978cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978cef


Comments

No comments written yet.

Please login to write comment.