Color Hex Logo

#977ec7 Color Hex

#977EC7
(151,126,199)
0 Favorites   0 Comments

Color spaces of #977ec7

RGB 151126199
HSL0.720.390.64
HSV261°37°78°
CMYK 0.240.370.00   0.22
XYZ30.532225.624557.3696
Yxy25.62450.26890.2257
Hunter Lab50.620619.0774-31.7603
CIE-Lab57.678924.8523-34.5039

#977ec7 color RGB value is (151,126,199).

#977ec7 hex color red value is 151, green value is 126 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #977ec7 hue: 0.72 , saturation: 0.39 and the lightness value of 977ec7 is 0.64.

The process color (four color CMYK) of #977ec7 color hex is 0.24, 0.37, 0.00, 0.22. Web safe color of #977ec7 is #9966cc. Color #977ec7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111110 11000111
Octal 227 176 307
Decimal 151 126 199
Hex 97 7E C7

RGB Percentages of Color #977ec7

%31.72
%26.47
%41.81

CMYK Percentages of Color #977ec7

%24
%37
%0
%22

Triadic Colors of #977ec7

#977ec7 #c7977e #7ec797

Analogous Colors of #977ec7

#977ec7 #bc7ec7 #7e8ac7

Monochromatic Colors of #977ec7

#977ec7

Complementary Color

#977ec7 #aec77e

#977ec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977ec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977ec7 Color CSS Codes

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

#977ec7 Text Font Color

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

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


#977ec7 Background Color

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

This div background color is #977ec7


#977ec7 Border Color

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

This div border color is #977ec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977ec7

#977ec7 Color Palettes


Comments

No comments written yet.

Please login to write comment.