Color Hex Logo

#977bcc Color Hex

#977BCC
(151,123,204)
0 Favorites   0 Comments

Color spaces of #977bcc

RGB 151123204
HSL0.720.440.64
HSV261°40°80°
CMYK 0.260.400.00   0.20
XYZ30.744525.104960.3520
Yxy25.10490.26460.2160
Hunter Lab50.104821.8449-36.3424
CIE-Lab57.177527.8054-38.1204

#977bcc color RGB value is (151,123,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111011 11001100
Octal 227 173 314
Decimal 151 123 204
Hex 97 7B CC

RGB Percentages of Color #977bcc

%31.59
%25.73
%42.68

CMYK Percentages of Color #977bcc

%26
%40
%0
%20

Triadic Colors of #977bcc

#977bcc #cc977b #7bcc97

Analogous Colors of #977bcc

#977bcc #c07bcc #7b88cc

Monochromatic Colors of #977bcc

#977bcc

Complementary Color

#977bcc #b0cc7b

#977bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#977bcc Color CSS Codes

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

#977bcc Text Font Color

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

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


#977bcc Background Color

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

This div background color is #977bcc


#977bcc Border Color

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

This div border color is #977bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977bcc


Comments

No comments written yet.

Please login to write comment.