Color Hex Logo

#977baa Color Hex

#977BAA
(151,123,170)
0 Favorites   0 Comments

Color spaces of #977baa

RGB 151123170
HSL0.770.220.57
HSV276°28°67°
CMYK 0.110.280.00   0.33
XYZ27.101223.647541.1662
Yxy23.64750.29490.2573
Hunter Lab48.628714.3794-16.1513
CIE-Lab55.733119.8996-20.9406

#977baa color RGB value is (151,123,170).

#977baa hex color red value is 151, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #977baa hue: 0.77 , saturation: 0.22 and the lightness value of 977baa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111011 10101010
Octal 227 173 252
Decimal 151 123 170
Hex 97 7B AA

RGB Percentages of Color #977baa

%34.01
%27.70
%38.29

CMYK Percentages of Color #977baa

%11
%28
%0
%33

Triadic Colors of #977baa

#977baa #aa977b #7baa97

Analogous Colors of #977baa

#977baa #aa7ba6 #807baa

Monochromatic Colors of #977baa

#977baa

Complementary Color

#977baa #8eaa7b

#977baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#977baa Color CSS Codes

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

#977baa Text Font Color

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

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


#977baa Background Color

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

This div background color is #977baa


#977baa Border Color

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

This div border color is #977baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977baa


Comments

No comments written yet.

Please login to write comment.