Color Hex Logo

#976bbb Color Hex

#976BBB
(151,107,187)
0 Favorites   0 Comments

Color spaces of #976bbb

RGB 151107187
HSL0.760.370.58
HSV273°43°73°
CMYK 0.190.430.00   0.27
XYZ26.989820.682649.5833
Yxy20.68260.27750.2127
Hunter Lab45.478126.3473-32.8072
CIE-Lab52.600432.9513-35.5939

#976bbb color RGB value is (151,107,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101011 10111011
Octal 227 153 273
Decimal 151 107 187
Hex 97 6B BB

RGB Percentages of Color #976bbb

%33.93
%24.04
%42.02

CMYK Percentages of Color #976bbb

%19
%43
%0
%27

Triadic Colors of #976bbb

#976bbb #bb976b #6bbb97

Analogous Colors of #976bbb

#976bbb #bb6bb7 #6f6bbb

Monochromatic Colors of #976bbb

#976bbb

Complementary Color

#976bbb #8fbb6b

#976bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#976bbb Color CSS Codes

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

#976bbb Text Font Color

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

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


#976bbb Background Color

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

This div background color is #976bbb


#976bbb Border Color

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

This div border color is #976bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976bbb


Comments

No comments written yet.

Please login to write comment.