Color Hex Logo

#978bff Color Hex

#978BFF
(151,139,255)
0 Favorites   0 Comments

Color spaces of #978bff

RGB 151139255
HSL0.681.000.77
HSV246°45°100°
CMYK 0.410.450.00   0.00
XYZ40.045132.264598.7248
Yxy32.26450.23410.1886
Hunter Lab56.801826.4386-63.2881
CIE-Lab63.560931.9003-56.4023

#978bff color RGB value is (151,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001011 11111111
Octal 227 213 377
Decimal 151 139 255
Hex 97 8B FF

RGB Percentages of Color #978bff

%27.71
%25.50
%46.79

CMYK Percentages of Color #978bff

%41
%45
%0
%0

Triadic Colors of #978bff

#978bff #ff978b #8bff97

Analogous Colors of #978bff

#978bff #d18bff #8bb9ff

Monochromatic Colors of #978bff

#978bff

Complementary Color

#978bff #f3ff8b

#978bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#978bff Color CSS Codes

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

#978bff Text Font Color

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

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


#978bff Background Color

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

This div background color is #978bff


#978bff Border Color

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

This div border color is #978bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978bff


Comments

No comments written yet.

Please login to write comment.