Color Hex Logo

#977cdb Color Hex

#977CDB
(151,124,219)
0 Favorites   0 Comments

Color spaces of #977cdb

RGB 151124219
HSL0.710.570.67
HSV257°43°86°
CMYK 0.310.430.00   0.14
XYZ32.756326.109170.3309
Yxy26.10910.25350.2021
Hunter Lab51.097125.0094-45.8399
CIE-Lab58.140530.9835-45.0572

#977cdb color RGB value is (151,124,219).

#977cdb hex color red value is 151, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #977cdb hue: 0.71 , saturation: 0.57 and the lightness value of 977cdb is 0.67.

The process color (four color CMYK) of #977cdb color hex is 0.31, 0.43, 0.00, 0.14. Web safe color of #977cdb is #9966cc. Color #977cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111100 11011011
Octal 227 174 333
Decimal 151 124 219
Hex 97 7C DB

RGB Percentages of Color #977cdb

%30.57
%25.10
%44.33

CMYK Percentages of Color #977cdb

%31
%43
%0
%14

Triadic Colors of #977cdb

#977cdb #db977c #7cdb97

Analogous Colors of #977cdb

#977cdb #c77cdb #7c91db

Monochromatic Colors of #977cdb

#977cdb

Complementary Color

#977cdb #c0db7c

#977cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#977cdb Color CSS Codes

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

#977cdb Text Font Color

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

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


#977cdb Background Color

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

This div background color is #977cdb


#977cdb Border Color

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

This div border color is #977cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977cdb


Comments

No comments written yet.

Please login to write comment.