Color Hex Logo

#977ccb Color Hex

#977CCB
(151,124,203)
0 Favorites   0 Comments

Color spaces of #977ccb

RGB 151124203
HSL0.720.430.64
HSV261°39°80°
CMYK 0.260.390.00   0.20
XYZ30.749625.306459.7639
Yxy25.30640.26550.2185
Hunter Lab50.305521.0749-35.2239
CIE-Lab57.372726.9827-37.2484

#977ccb color RGB value is (151,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111100 11001011
Octal 227 174 313
Decimal 151 124 203
Hex 97 7C CB

RGB Percentages of Color #977ccb

%31.59
%25.94
%42.47

CMYK Percentages of Color #977ccb

%26
%39
%0
%20

Triadic Colors of #977ccb

#977ccb #cb977c #7ccb97

Analogous Colors of #977ccb

#977ccb #bf7ccb #7c89cb

Monochromatic Colors of #977ccb

#977ccb

Complementary Color

#977ccb #b0cb7c

#977ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#977ccb Color CSS Codes

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

#977ccb Text Font Color

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

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


#977ccb Background Color

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

This div background color is #977ccb


#977ccb Border Color

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

This div border color is #977ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977ccb


Comments

No comments written yet.

Please login to write comment.