Color Hex Logo

#977eae Color Hex

#977EAE
(151,126,174)
0 Favorites   0 Comments

Color spaces of #977eae

RGB 151126174
HSL0.750.230.59
HSV271°28°68°
CMYK 0.130.280.00   0.32
XYZ27.863324.557043.3158
Yxy24.55700.29100.2565
Hunter Lab49.555013.6439-17.1366
CIE-Lab56.641219.0417-21.8496

#977eae color RGB value is (151,126,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111110 10101110
Octal 227 176 256
Decimal 151 126 174
Hex 97 7E AE

RGB Percentages of Color #977eae

%33.48
%27.94
%38.58

CMYK Percentages of Color #977eae

%13
%28
%0
%32

Triadic Colors of #977eae

#977eae #ae977e #7eae97

Analogous Colors of #977eae

#977eae #ae7ead #7f7eae

Monochromatic Colors of #977eae

#977eae

Complementary Color

#977eae #95ae7e

#977eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#977eae Color CSS Codes

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

#977eae Text Font Color

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

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


#977eae Background Color

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

This div background color is #977eae


#977eae Border Color

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

This div border color is #977eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977eae


Comments

No comments written yet.

Please login to write comment.