Color Hex Logo

#977ccf Color Hex

#977CCF
(151,124,207)
0 Favorites   0 Comments

Color spaces of #977ccf

RGB 151124207
HSL0.720.460.65
HSV260°40°81°
CMYK 0.270.400.00   0.19
XYZ31.232625.499662.3073
Yxy25.49960.26240.2142
Hunter Lab50.497122.0327-37.8086
CIE-Lab57.559027.9678-39.2181

#977ccf color RGB value is (151,124,207).

#977ccf hex color red value is 151, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #977ccf hue: 0.72 , saturation: 0.46 and the lightness value of 977ccf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111100 11001111
Octal 227 174 317
Decimal 151 124 207
Hex 97 7C CF

RGB Percentages of Color #977ccf

%31.33
%25.73
%42.95

CMYK Percentages of Color #977ccf

%27
%40
%0
%19

Triadic Colors of #977ccf

#977ccf #cf977c #7ccf97

Analogous Colors of #977ccf

#977ccf #c17ccf #7c8bcf

Monochromatic Colors of #977ccf

#977ccf

Complementary Color

#977ccf #b4cf7c

#977ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#977ccf Color CSS Codes

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

#977ccf Text Font Color

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

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


#977ccf Background Color

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

This div background color is #977ccf


#977ccf Border Color

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

This div border color is #977ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977ccf


Comments

No comments written yet.

Please login to write comment.