Color Hex Logo

#978acc Color Hex

#978ACC
(151,138,204)
0 Favorites   0 Comments

Color spaces of #978acc

RGB 151138204
HSL0.700.390.67
HSV252°32°80°
CMYK 0.260.320.00   0.20
XYZ32.750129.115961.0206
Yxy29.11590.26650.2369
Hunter Lab53.959213.9107-29.2777
CIE-Lab60.883819.1367-32.3347

#978acc color RGB value is (151,138,204).

#978acc hex color red value is 151, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #978acc hue: 0.70 , saturation: 0.39 and the lightness value of 978acc is 0.67.

The process color (four color CMYK) of #978acc color hex is 0.26, 0.32, 0.00, 0.20. Web safe color of #978acc is #9999cc. Color #978acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001010 11001100
Octal 227 212 314
Decimal 151 138 204
Hex 97 8A CC

RGB Percentages of Color #978acc

%30.63
%27.99
%41.38

CMYK Percentages of Color #978acc

%26
%32
%0
%20

Triadic Colors of #978acc

#978acc #cc978a #8acc97

Analogous Colors of #978acc

#978acc #b88acc #8a9ecc

Monochromatic Colors of #978acc

#978acc

Complementary Color

#978acc #bfcc8a

#978acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#978acc Color CSS Codes

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

#978acc Text Font Color

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

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


#978acc Background Color

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

This div background color is #978acc


#978acc Border Color

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

This div border color is #978acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978acc


Comments

No comments written yet.

Please login to write comment.