Color Hex Logo

#978eec Color Hex

#978EEC
(151,142,236)
0 Favorites   0 Comments

Color spaces of #978eec

RGB 151142236
HSL0.680.710.74
HSV246°40°93°
CMYK 0.360.400.00   0.07
XYZ37.575831.981483.5495
Yxy31.98140.24540.2089
Hunter Lab56.552119.6374-48.0080
CIE-Lab63.327525.0377-46.3297

#978eec color RGB value is (151,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001110 11101100
Octal 227 216 354
Decimal 151 142 236
Hex 97 8E EC

RGB Percentages of Color #978eec

%28.54
%26.84
%44.61

CMYK Percentages of Color #978eec

%36
%40
%0
%7

Triadic Colors of #978eec

#978eec #ec978e #8eec97

Analogous Colors of #978eec

#978eec #c68eec #8eb4ec

Monochromatic Colors of #978eec

#978eec

Complementary Color

#978eec #e3ec8e

#978eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#978eec Color CSS Codes

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

#978eec Text Font Color

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

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


#978eec Background Color

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

This div background color is #978eec


#978eec Border Color

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

This div border color is #978eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978eec


Comments

No comments written yet.

Please login to write comment.