Color Hex Logo

#976ecc Color Hex

#976ECC
(151,110,204)
0 Favorites   0 Comments

Color spaces of #976ecc

RGB 151110204
HSL0.740.480.62
HSV266°46°80°
CMYK 0.260.460.00   0.20
XYZ29.237522.090859.8497
Yxy22.09080.26300.1987
Hunter Lab47.000928.7868-42.5978
CIE-Lab54.123235.2682-42.9294

#976ecc color RGB value is (151,110,204).

#976ecc hex color red value is 151, green value is 110 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #976ecc hue: 0.74 , saturation: 0.48 and the lightness value of 976ecc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101110 11001100
Octal 227 156 314
Decimal 151 110 204
Hex 97 6E CC

RGB Percentages of Color #976ecc

%32.47
%23.66
%43.87

CMYK Percentages of Color #976ecc

%26
%46
%0
%20

Triadic Colors of #976ecc

#976ecc #cc976e #6ecc97

Analogous Colors of #976ecc

#976ecc #c66ecc #6e74cc

Monochromatic Colors of #976ecc

#976ecc

Complementary Color

#976ecc #a3cc6e

#976ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#976ecc Color CSS Codes

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

#976ecc Text Font Color

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

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


#976ecc Background Color

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

This div background color is #976ecc


#976ecc Border Color

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

This div border color is #976ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,110,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 #976ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976ecc


Comments

No comments written yet.

Please login to write comment.