Color Hex Logo

#978bbc Color Hex

#978BBC
(151,139,188)
0 Favorites   0 Comments

Color spaces of #978bbc

RGB 151139188
HSL0.710.270.64
HSV255°26°74°
CMYK 0.200.260.00   0.26
XYZ31.072228.675451.4742
Yxy28.67540.27940.2578
Hunter Lab53.54949.8636-19.5077
CIE-Lab60.494114.7249-23.9157

#978bbc color RGB value is (151,139,188).

#978bbc hex color red value is 151, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #978bbc hue: 0.71 , saturation: 0.27 and the lightness value of 978bbc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001011 10111100
Octal 227 213 274
Decimal 151 139 188
Hex 97 8B BC

RGB Percentages of Color #978bbc

%31.59
%29.08
%39.33

CMYK Percentages of Color #978bbc

%20
%26
%0
%26

Triadic Colors of #978bbc

#978bbc #bc978b #8bbc97

Analogous Colors of #978bbc

#978bbc #b08bbc #8b98bc

Monochromatic Colors of #978bbc

#978bbc

Complementary Color

#978bbc #b0bc8b

#978bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#978bbc Color CSS Codes

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

#978bbc Text Font Color

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

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


#978bbc Background Color

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

This div background color is #978bbc


#978bbc Border Color

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

This div border color is #978bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978bbc


Comments

No comments written yet.

Please login to write comment.