Color Hex Logo

#978efc Color Hex

#978EFC
(151,142,252)
0 Favorites   0 Comments

Color spaces of #978efc

RGB 151142252
HSL0.680.950.77
HSV245°44°99°
CMYK 0.400.440.00   0.01
XYZ40.006232.953696.3476
Yxy32.95360.23630.1946
Hunter Lab57.405223.9391-59.3273
CIE-Lab64.123329.3546-53.8662

#978efc color RGB value is (151,142,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001110 11111100
Octal 227 216 374
Decimal 151 142 252
Hex 97 8E FC

RGB Percentages of Color #978efc

%27.71
%26.06
%46.24

CMYK Percentages of Color #978efc

%40
%44
%0
%1

Triadic Colors of #978efc

#978efc #fc978e #8efc97

Analogous Colors of #978efc

#978efc #ce8efc #8ebcfc

Monochromatic Colors of #978efc

#978efc

Complementary Color

#978efc #f3fc8e

#978efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#978efc Color CSS Codes

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

#978efc Text Font Color

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

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


#978efc Background Color

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

This div background color is #978efc


#978efc Border Color

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

This div border color is #978efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978efc

Related Colors


Comments

No comments written yet.

Please login to write comment.