Color Hex Logo

#976fbb Color Hex

#976FBB
(151,111,187)
0 Favorites   0 Comments

Color spaces of #976fbb

RGB 151111187
HSL0.750.360.58
HSV272°41°73°
CMYK 0.190.410.00   0.27
XYZ27.416621.536049.7256
Yxy21.53600.27780.2182
Hunter Lab46.406924.2434-31.0452
CIE-Lab53.531230.6624-34.1361

#976fbb color RGB value is (151,111,187).

#976fbb hex color red value is 151, green value is 111 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #976fbb hue: 0.75 , saturation: 0.36 and the lightness value of 976fbb is 0.58.

The process color (four color CMYK) of #976fbb color hex is 0.19, 0.41, 0.00, 0.27. Web safe color of #976fbb is #9966cc. Color #976fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101111 10111011
Octal 227 157 273
Decimal 151 111 187
Hex 97 6F BB

RGB Percentages of Color #976fbb

%33.63
%24.72
%41.65

CMYK Percentages of Color #976fbb

%19
%41
%0
%27

Triadic Colors of #976fbb

#976fbb #bb976f #6fbb97

Analogous Colors of #976fbb

#976fbb #bb6fb9 #716fbb

Monochromatic Colors of #976fbb

#976fbb

Complementary Color

#976fbb #93bb6f

#976fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#976fbb Color CSS Codes

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

#976fbb Text Font Color

<p style="color:#976fbb">Text here</p>

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


#976fbb Background Color

<div style="background-color:#976fbb">
Div content here</div>

This div background color is #976fbb


#976fbb Border Color

<div style="border:3px solid #976fbb">
Div here</div>

This div border color is #976fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,111,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #976fbb;
  box-shadow:         1px 1px 3px 2px #976fbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976fbb


Comments

No comments written yet.

Please login to write comment.