Color Hex Logo

#976884 Color Hex

#976884
(151,104,132)
0 Favorites   0 Comments

Color spaces of #976884

RGB 151104132
HSL0.900.180.50
HSV324°31°59°
CMYK 0.000.310.13   0.41
XYZ21.877718.145924.1792
Yxy18.14590.34080.2826
Hunter Lab42.598017.1284-3.8352
CIE-Lab49.672623.3536-7.8844

#976884 color RGB value is (151,104,132).

#976884 hex color red value is 151, green value is 104 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #976884 hue: 0.90 , saturation: 0.18 and the lightness value of 976884 is 0.50.

The process color (four color CMYK) of #976884 color hex is 0.00, 0.31, 0.13, 0.41. Web safe color of #976884 is #996699. Color #976884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101000 10000100
Octal 227 150 204
Decimal 151 104 132
Hex 97 68 84

RGB Percentages of Color #976884

%39.02
%26.87
%34.11

CMYK Percentages of Color #976884

%0
%31
%13
%41

Triadic Colors of #976884

#976884 #849768 #688497

Analogous Colors of #976884

#976884 #97686d #936897

Monochromatic Colors of #976884

#976884

Complementary Color

#976884 #68977b

#976884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976884 Color CSS Codes

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

#976884 Text Font Color

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

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


#976884 Background Color

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

This div background color is #976884


#976884 Border Color

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

This div border color is #976884


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,104,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976884; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976884;
  -webkit-box-shadow: 1px 1px 3px 2px #976884;
  box-shadow:         1px 1px 3px 2px #976884; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976884


Comments

No comments written yet.

Please login to write comment.