Color Hex Logo

#978fdc Color Hex

#978FDC
(151,143,220)
0 Favorites   0 Comments

Color spaces of #978fdc

RGB 151143220
HSL0.680.520.71
HSV246°35°86°
CMYK 0.310.350.00   0.14
XYZ35.503231.391571.8981
Yxy31.39150.25580.2262
Hunter Lab56.028115.0605-36.8642
CIE-Lab62.836720.2781-38.2349

#978fdc color RGB value is (151,143,220).

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

The process color (four color CMYK) of #978fdc color hex is 0.31, 0.35, 0.00, 0.14. Web safe color of #978fdc is #9999cc. Color #978fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001111 11011100
Octal 227 217 334
Decimal 151 143 220
Hex 97 8F DC

RGB Percentages of Color #978fdc

%29.38
%27.82
%42.80

CMYK Percentages of Color #978fdc

%31
%35
%0
%14

Triadic Colors of #978fdc

#978fdc #dc978f #8fdc97

Analogous Colors of #978fdc

#978fdc #be8fdc #8faedc

Monochromatic Colors of #978fdc

#978fdc

Complementary Color

#978fdc #d4dc8f

#978fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#978fdc Color CSS Codes

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

#978fdc Text Font Color

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

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


#978fdc Background Color

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

This div background color is #978fdc


#978fdc Border Color

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

This div border color is #978fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978fdc


Comments

No comments written yet.

Please login to write comment.