Color Hex Logo

#977bac Color Hex

#977BAC
(151,123,172)
0 Favorites   0 Comments

Color spaces of #977bac

RGB 151123172
HSL0.760.230.58
HSV274°28°67°
CMYK 0.120.280.00   0.33
XYZ27.291923.723842.1704
Yxy23.72380.29290.2546
Hunter Lab48.707114.7810-17.2381
CIE-Lab55.810220.3375-21.9742

#977bac color RGB value is (151,123,172).

#977bac hex color red value is 151, green value is 123 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #977bac hue: 0.76 , saturation: 0.23 and the lightness value of 977bac is 0.58.

The process color (four color CMYK) of #977bac color hex is 0.12, 0.28, 0.00, 0.33. Web safe color of #977bac is #996699. Color #977bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111011 10101100
Octal 227 173 254
Decimal 151 123 172
Hex 97 7B AC

RGB Percentages of Color #977bac

%33.86
%27.58
%38.57

CMYK Percentages of Color #977bac

%12
%28
%0
%33

Triadic Colors of #977bac

#977bac #ac977b #7bac97

Analogous Colors of #977bac

#977bac #ac7ba9 #7f7bac

Monochromatic Colors of #977bac

#977bac

Complementary Color

#977bac #90ac7b

#977bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#977bac Color CSS Codes

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

#977bac Text Font Color

<p style="color:#977bac">Text here</p>

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


#977bac Background Color

<div style="background-color:#977bac">
Div content here</div>

This div background color is #977bac


#977bac Border Color

<div style="border:3px solid #977bac">
Div here</div>

This div border color is #977bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,123,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #977bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #977bac;
  -webkit-box-shadow: 1px 1px 3px 2px #977bac;
  box-shadow:         1px 1px 3px 2px #977bac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977bac


Comments

No comments written yet.

Please login to write comment.