Color Hex Logo

#977bbd Color Hex

#977BBD
(151,123,189)
0 Favorites   0 Comments

Color spaces of #977bbd

RGB 151123189
HSL0.740.330.61
HSV265°35°74°
CMYK 0.200.350.00   0.26
XYZ29.030824.419451.3274
Yxy24.41940.27710.2331
Hunter Lab49.416018.3868-26.9921
CIE-Lab56.505324.2034-30.6447

#977bbd color RGB value is (151,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111011 10111101
Octal 227 173 275
Decimal 151 123 189
Hex 97 7B BD

RGB Percentages of Color #977bbd

%32.61
%26.57
%40.82

CMYK Percentages of Color #977bbd

%20
%35
%0
%26

Triadic Colors of #977bbd

#977bbd #bd977b #7bbd97

Analogous Colors of #977bbd

#977bbd #b87bbd #7b80bd

Monochromatic Colors of #977bbd

#977bbd

Complementary Color

#977bbd #a1bd7b

#977bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#977bbd Color CSS Codes

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

#977bbd Text Font Color

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

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


#977bbd Background Color

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

This div background color is #977bbd


#977bbd Border Color

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

This div border color is #977bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977bbd


Comments

No comments written yet.

Please login to write comment.