Color Hex Logo

#977cad Color Hex

#977CAD
(151,124,173)
0 Favorites   0 Comments

Color spaces of #977cad

RGB 151124173
HSL0.760.230.58
HSV273°28°68°
CMYK 0.130.280.00   0.32
XYZ27.513024.011742.7198
Yxy24.01170.29190.2548
Hunter Lab49.001714.4693-17.3879
CIE-Lab56.099519.9788-22.1058

#977cad color RGB value is (151,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111100 10101101
Octal 227 174 255
Decimal 151 124 173
Hex 97 7C AD

RGB Percentages of Color #977cad

%33.71
%27.68
%38.62

CMYK Percentages of Color #977cad

%13
%28
%0
%32

Triadic Colors of #977cad

#977cad #ad977c #7cad97

Analogous Colors of #977cad

#977cad #ad7cab #7f7cad

Monochromatic Colors of #977cad

#977cad

Complementary Color

#977cad #92ad7c

#977cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#977cad Color CSS Codes

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

#977cad Text Font Color

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

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


#977cad Background Color

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

This div background color is #977cad


#977cad Border Color

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

This div border color is #977cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977cad


Comments

No comments written yet.

Please login to write comment.