Color Hex Logo

#977bcd Color Hex

#977BCD
(151,123,205)
0 Favorites   0 Comments

Color spaces of #977bcd

RGB 151123205
HSL0.720.450.64
HSV260°40°80°
CMYK 0.260.400.00   0.20
XYZ30.864925.153060.9859
Yxy25.15300.26380.2150
Hunter Lab50.152822.0847-36.9899
CIE-Lab57.224228.0515-38.6131

#977bcd color RGB value is (151,123,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111011 11001101
Octal 227 173 315
Decimal 151 123 205
Hex 97 7B CD

RGB Percentages of Color #977bcd

%31.52
%25.68
%42.80

CMYK Percentages of Color #977bcd

%26
%40
%0
%20

Triadic Colors of #977bcd

#977bcd #cd977b #7bcd97

Analogous Colors of #977bcd

#977bcd #c07bcd #7b88cd

Monochromatic Colors of #977bcd

#977bcd

Complementary Color

#977bcd #b1cd7b

#977bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#977bcd Color CSS Codes

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

#977bcd Text Font Color

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

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


#977bcd Background Color

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

This div background color is #977bcd


#977bcd Border Color

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

This div border color is #977bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977bcd


Comments

No comments written yet.

Please login to write comment.