Color Hex Logo

#977ecc Color Hex

#977ECC
(151,126,204)
0 Favorites   0 Comments

Color spaces of #977ecc

RGB 151126204
HSL0.720.430.65
HSV259°38°80°
CMYK 0.260.380.00   0.20
XYZ31.122425.860760.4780
Yxy25.86070.26500.2202
Hunter Lab50.853420.2489-34.9139
CIE-Lab57.904626.0719-36.9811

#977ecc color RGB value is (151,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111110 11001100
Octal 227 176 314
Decimal 151 126 204
Hex 97 7E CC

RGB Percentages of Color #977ecc

%31.39
%26.20
%42.41

CMYK Percentages of Color #977ecc

%26
%38
%0
%20

Triadic Colors of #977ecc

#977ecc #cc977e #7ecc97

Analogous Colors of #977ecc

#977ecc #be7ecc #7e8ccc

Monochromatic Colors of #977ecc

#977ecc

Complementary Color

#977ecc #b3cc7e

#977ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#977ecc Color CSS Codes

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

#977ecc Text Font Color

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

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


#977ecc Background Color

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

This div background color is #977ecc


#977ecc Border Color

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

This div border color is #977ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977ecc


Comments

No comments written yet.

Please login to write comment.