Color Hex Logo

#977ccc Color Hex

#977CCC
(151,124,204)
0 Favorites   0 Comments

Color spaces of #977ccc

RGB 151124204
HSL0.720.440.64
HSV260°39°80°
CMYK 0.260.390.00   0.20
XYZ30.869225.354260.3936
Yxy25.35420.26470.2174
Hunter Lab50.353021.3129-35.8657
CIE-Lab57.418927.2282-37.7419

#977ccc color RGB value is (151,124,204).

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

The process color (four color CMYK) of #977ccc color hex is 0.26, 0.39, 0.00, 0.20. Web safe color of #977ccc is #9966cc. Color #977ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111100 11001100
Octal 227 174 314
Decimal 151 124 204
Hex 97 7C CC

RGB Percentages of Color #977ccc

%31.52
%25.89
%42.59

CMYK Percentages of Color #977ccc

%26
%39
%0
%20

Triadic Colors of #977ccc

#977ccc #cc977c #7ccc97

Analogous Colors of #977ccc

#977ccc #bf7ccc #7c89cc

Monochromatic Colors of #977ccc

#977ccc

Complementary Color

#977ccc #b1cc7c

#977ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#977ccc Color CSS Codes

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

#977ccc Text Font Color

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

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


#977ccc Background Color

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

This div background color is #977ccc


#977ccc Border Color

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

This div border color is #977ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977ccc


Comments

No comments written yet.

Please login to write comment.