Color Hex Logo

#977abb Color Hex

#977ABB
(151,122,187)
0 Favorites   0 Comments

Color spaces of #977abb

RGB 151122187
HSL0.740.320.61
HSV267°35°73°
CMYK 0.190.350.00   0.27
XYZ28.691724.086250.1506
Yxy24.08620.27880.2340
Hunter Lab49.077718.4683-26.2318
CIE-Lab56.174024.3152-30.0171

#977abb color RGB value is (151,122,187).

#977abb hex color red value is 151, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #977abb hue: 0.74 , saturation: 0.32 and the lightness value of 977abb is 0.61.

The process color (four color CMYK) of #977abb color hex is 0.19, 0.35, 0.00, 0.27. Web safe color of #977abb is #9966cc. Color #977abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111010 10111011
Octal 227 172 273
Decimal 151 122 187
Hex 97 7A BB

RGB Percentages of Color #977abb

%32.83
%26.52
%40.65

CMYK Percentages of Color #977abb

%19
%35
%0
%27

Triadic Colors of #977abb

#977abb #bb977a #7abb97

Analogous Colors of #977abb

#977abb #b87abb #7a7ebb

Monochromatic Colors of #977abb

#977abb

Complementary Color

#977abb #9ebb7a

#977abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#977abb Color CSS Codes

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

#977abb Text Font Color

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

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


#977abb Background Color

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

This div background color is #977abb


#977abb Border Color

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

This div border color is #977abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977abb


Comments

No comments written yet.

Please login to write comment.