Color Hex Logo

#978ee1 Color Hex

#978EE1
(151,142,225)
0 Favorites   0 Comments

Color spaces of #978ee1

RGB 151142225
HSL0.680.580.72
HSV247°37°88°
CMYK 0.330.370.00   0.12
XYZ36.026131.361675.3888
Yxy31.36160.25230.2197
Hunter Lab56.001416.8278-40.6149
CIE-Lab62.811722.1452-41.0521

#978ee1 color RGB value is (151,142,225).

#978ee1 hex color red value is 151, green value is 142 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #978ee1 hue: 0.68 , saturation: 0.58 and the lightness value of 978ee1 is 0.72.

The process color (four color CMYK) of #978ee1 color hex is 0.33, 0.37, 0.00, 0.12. Web safe color of #978ee1 is #9999cc. Color #978ee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001110 11100001
Octal 227 216 341
Decimal 151 142 225
Hex 97 8E E1

RGB Percentages of Color #978ee1

%29.15
%27.41
%43.44

CMYK Percentages of Color #978ee1

%33
%37
%0
%12

Triadic Colors of #978ee1

#978ee1 #e1978e #8ee197

Analogous Colors of #978ee1

#978ee1 #c18ee1 #8eafe1

Monochromatic Colors of #978ee1

#978ee1

Complementary Color

#978ee1 #d8e18e

#978ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#978ee1 Color CSS Codes

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

#978ee1 Text Font Color

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

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


#978ee1 Background Color

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

This div background color is #978ee1


#978ee1 Border Color

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

This div border color is #978ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978ee1


Comments

No comments written yet.

Please login to write comment.