Color Hex Logo

#978bcc Color Hex

#978BCC
(151,139,204)
0 Favorites   0 Comments

Color spaces of #978bcc

RGB 151139204
HSL0.700.390.67
HSV251°32°80°
CMYK 0.260.320.00   0.20
XYZ32.894229.404261.0686
Yxy29.40420.26660.2383
Hunter Lab54.225613.3863-28.8141
CIE-Lab61.136718.5599-31.9419

#978bcc color RGB value is (151,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001011 11001100
Octal 227 213 314
Decimal 151 139 204
Hex 97 8B CC

RGB Percentages of Color #978bcc

%30.57
%28.14
%41.30

CMYK Percentages of Color #978bcc

%26
%32
%0
%20

Triadic Colors of #978bcc

#978bcc #cc978b #8bcc97

Analogous Colors of #978bcc

#978bcc #b88bcc #8ba0cc

Monochromatic Colors of #978bcc

#978bcc

Complementary Color

#978bcc #c0cc8b

#978bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#978bcc Color CSS Codes

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

#978bcc Text Font Color

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

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


#978bcc Background Color

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

This div background color is #978bcc


#978bcc Border Color

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

This div border color is #978bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,139,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 #978bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978bcc


Comments

No comments written yet.

Please login to write comment.