Color Hex Logo

#977bde Color Hex

#977BDE
(151,123,222)
0 Favorites   0 Comments

Color spaces of #977bde

RGB 151123222
HSL0.710.600.68
HSV257°45°87°
CMYK 0.320.450.00   0.13
XYZ33.030326.019272.3886
Yxy26.01920.25130.1980
Hunter Lab51.009026.3198-48.4341
CIE-Lab58.055332.3254-46.8739

#977bde color RGB value is (151,123,222).

#977bde hex color red value is 151, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #977bde hue: 0.71 , saturation: 0.60 and the lightness value of 977bde is 0.68.

The process color (four color CMYK) of #977bde color hex is 0.32, 0.45, 0.00, 0.13. Web safe color of #977bde is #9966cc. Color #977bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111011 11011110
Octal 227 173 336
Decimal 151 123 222
Hex 97 7B DE

RGB Percentages of Color #977bde

%30.44
%24.80
%44.76

CMYK Percentages of Color #977bde

%32
%45
%0
%13

Triadic Colors of #977bde

#977bde #de977b #7bde97

Analogous Colors of #977bde

#977bde #c97bde #7b91de

Monochromatic Colors of #977bde

#977bde

Complementary Color

#977bde #c2de7b

#977bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#977bde Color CSS Codes

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

#977bde Text Font Color

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

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


#977bde Background Color

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

This div background color is #977bde


#977bde Border Color

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

This div border color is #977bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977bde


Comments

No comments written yet.

Please login to write comment.