Color Hex Logo

#976073 Color Hex

#976073
(151,96,115)
0 Favorites   0 Comments

Color spaces of #976073

RGB 15196115
HSL0.940.220.48
HSV339°36°59°
CMYK 0.000.360.24   0.41
XYZ20.039916.182918.2870
Yxy16.18290.36760.2969
Hunter Lab40.228018.52231.2073
CIE-Lab47.213525.1206-1.3574

#976073 color RGB value is (151,96,115).

#976073 hex color red value is 151, green value is 96 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #976073 hue: 0.94 , saturation: 0.22 and the lightness value of 976073 is 0.48.

The process color (four color CMYK) of #976073 color hex is 0.00, 0.36, 0.24, 0.41. Web safe color of #976073 is #996666. Color #976073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100000 01110011
Octal 227 140 163
Decimal 151 96 115
Hex 97 60 73

RGB Percentages of Color #976073

%41.71
%26.52
%31.77

CMYK Percentages of Color #976073

%0
%36
%24
%41

Triadic Colors of #976073

#976073 #739760 #607397

Analogous Colors of #976073

#976073 #976960 #97608f

Monochromatic Colors of #976073

#976073

Complementary Color

#976073 #609784

#976073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976073 Color CSS Codes

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

#976073 Text Font Color

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

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


#976073 Background Color

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

This div background color is #976073


#976073 Border Color

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

This div border color is #976073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976073


Comments

No comments written yet.

Please login to write comment.