Color Hex Logo

#977eaa Color Hex

#977EAA
(151,126,170)
0 Favorites   0 Comments

Color spaces of #977eaa

RGB 151126170
HSL0.760.210.58
HSV274°26°67°
CMYK 0.110.260.00   0.33
XYZ27.479124.403341.2922
Yxy24.40330.29490.2619
Hunter Lab49.399712.8430-14.9795
CIE-Lab56.489318.1626-19.7842

#977eaa color RGB value is (151,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111110 10101010
Octal 227 176 252
Decimal 151 126 170
Hex 97 7E AA

RGB Percentages of Color #977eaa

%33.78
%28.19
%38.03

CMYK Percentages of Color #977eaa

%11
%26
%0
%33

Triadic Colors of #977eaa

#977eaa #aa977e #7eaa97

Analogous Colors of #977eaa

#977eaa #aa7ea7 #817eaa

Monochromatic Colors of #977eaa

#977eaa

Complementary Color

#977eaa #91aa7e

#977eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#977eaa Color CSS Codes

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

#977eaa Text Font Color

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

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


#977eaa Background Color

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

This div background color is #977eaa


#977eaa Border Color

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

This div border color is #977eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977eaa


Comments

No comments written yet.

Please login to write comment.