Color Hex Logo

#978dff Color Hex

#978DFF
(151,141,255)
0 Favorites   0 Comments

Color spaces of #978dff

RGB 151141255
HSL0.681.000.78
HSV245°45°100°
CMYK 0.410.450.00   0.00
XYZ40.337432.849198.8222
Yxy32.84910.23450.1910
Hunter Lab57.314125.3277-62.1091
CIE-Lab64.038530.7513-55.6424

#978dff color RGB value is (151,141,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001101 11111111
Octal 227 215 377
Decimal 151 141 255
Hex 97 8D FF

RGB Percentages of Color #978dff

%27.61
%25.78
%46.62

CMYK Percentages of Color #978dff

%41
%45
%0
%0

Triadic Colors of #978dff

#978dff #ff978d #8dff97

Analogous Colors of #978dff

#978dff #d08dff #8dbcff

Monochromatic Colors of #978dff

#978dff

Complementary Color

#978dff #f5ff8d

#978dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#978dff Color CSS Codes

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

#978dff Text Font Color

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

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


#978dff Background Color

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

This div background color is #978dff


#978dff Border Color

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

This div border color is #978dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978dff


Comments

No comments written yet.

Please login to write comment.