Color Hex Logo

#977acb Color Hex

#977ACB
(151,122,203)
0 Favorites   0 Comments

Color spaces of #977acb

RGB 151122203
HSL0.730.440.64
HSV261°40°80°
CMYK 0.260.400.00   0.20
XYZ30.501524.810259.6811
Yxy24.81020.26520.2158
Hunter Lab49.809822.1389-36.1731
CIE-Lab56.890028.1378-38.0050

#977acb color RGB value is (151,122,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111010 11001011
Octal 227 172 313
Decimal 151 122 203
Hex 97 7A CB

RGB Percentages of Color #977acb

%31.72
%25.63
%42.65

CMYK Percentages of Color #977acb

%26
%40
%0
%20

Triadic Colors of #977acb

#977acb #cb977a #7acb97

Analogous Colors of #977acb

#977acb #c07acb #7a86cb

Monochromatic Colors of #977acb

#977acb

Complementary Color

#977acb #aecb7a

#977acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#977acb Color CSS Codes

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

#977acb Text Font Color

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

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


#977acb Background Color

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

This div background color is #977acb


#977acb Border Color

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

This div border color is #977acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977acb


Comments

No comments written yet.

Please login to write comment.