Color Hex Logo

#974376 Color Hex

#974376
(151,67,118)
0 Favorites   0 Comments

Color spaces of #974376

RGB 15167118
HSL0.900.390.43
HSV324°56°59°
CMYK 0.000.560.22   0.41
XYZ18.039711.901618.4860
Yxy11.90160.37250.2458
Hunter Lab34.498732.9667-7.6212
CIE-Lab41.059341.3975-12.3669

#974376 color RGB value is (151,67,118).

#974376 hex color red value is 151, green value is 67 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #974376 hue: 0.90 , saturation: 0.39 and the lightness value of 974376 is 0.43.

The process color (four color CMYK) of #974376 color hex is 0.00, 0.56, 0.22, 0.41. Web safe color of #974376 is #993366. Color #974376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000011 01110110
Octal 227 103 166
Decimal 151 67 118
Hex 97 43 76

RGB Percentages of Color #974376

%44.94
%19.94
%35.12

CMYK Percentages of Color #974376

%0
%56
%22
%41

Triadic Colors of #974376

#974376 #769743 #437697

Analogous Colors of #974376

#974376 #97434c #8e4397

Monochromatic Colors of #974376

#974376

Complementary Color

#974376 #439764

#974376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#974376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#974376 Color CSS Codes

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

#974376 Text Font Color

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

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


#974376 Background Color

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

This div background color is #974376


#974376 Border Color

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

This div border color is #974376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #974376


Comments

No comments written yet.

Please login to write comment.