Color Hex Logo

#977ead Color Hex

#977EAD
(151,126,173)
0 Favorites   0 Comments

Color spaces of #977ead

RGB 151126173
HSL0.760.220.59
HSV272°27°68°
CMYK 0.130.270.00   0.32
XYZ27.766224.518142.8042
Yxy24.51810.29200.2578
Hunter Lab49.515813.4422-16.5926
CIE-Lab56.602818.8208-21.3343

#977ead color RGB value is (151,126,173).

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

The process color (four color CMYK) of #977ead color hex is 0.13, 0.27, 0.00, 0.32. Web safe color of #977ead is #996699. Color #977ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111110 10101101
Octal 227 176 255
Decimal 151 126 173
Hex 97 7E AD

RGB Percentages of Color #977ead

%33.56
%28.00
%38.44

CMYK Percentages of Color #977ead

%13
%27
%0
%32

Triadic Colors of #977ead

#977ead #ad977e #7ead97

Analogous Colors of #977ead

#977ead #ad7eac #807ead

Monochromatic Colors of #977ead

#977ead

Complementary Color

#977ead #94ad7e

#977ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#977ead Color CSS Codes

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

#977ead Text Font Color

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

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


#977ead Background Color

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

This div background color is #977ead


#977ead Border Color

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

This div border color is #977ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977ead


Comments

No comments written yet.

Please login to write comment.