Color Hex Logo

#977fad Color Hex

#977FAD
(151,127,173)
0 Favorites   0 Comments

Color spaces of #977fad

RGB 151127173
HSL0.750.220.59
HSV271°27°68°
CMYK 0.130.270.00   0.32
XYZ27.894724.775242.8470
Yxy24.77520.29200.2594
Hunter Lab49.774712.9291-16.1957
CIE-Lab56.855718.2418-20.9471

#977fad color RGB value is (151,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111111 10101101
Octal 227 177 255
Decimal 151 127 173
Hex 97 7F AD

RGB Percentages of Color #977fad

%33.48
%28.16
%38.36

CMYK Percentages of Color #977fad

%13
%27
%0
%32

Triadic Colors of #977fad

#977fad #ad977f #7fad97

Analogous Colors of #977fad

#977fad #ad7fac #807fad

Monochromatic Colors of #977fad

#977fad

Complementary Color

#977fad #95ad7f

#977fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#977fad Color CSS Codes

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

#977fad Text Font Color

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

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


#977fad Background Color

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

This div background color is #977fad


#977fad Border Color

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

This div border color is #977fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977fad


Comments

No comments written yet.

Please login to write comment.