Color Hex Logo

#977381 Color Hex

#977381
(151,115,129)
0 Favorites   0 Comments

Color spaces of #977381

RGB 151115129
HSL0.940.150.52
HSV337°24°59°
CMYK 0.000.240.15   0.41
XYZ22.855720.425823.5068
Yxy20.42580.34220.3058
Hunter Lab45.194911.17890.7985
CIE-Lab52.315316.4625-2.1948

#977381 color RGB value is (151,115,129).

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

The process color (four color CMYK) of #977381 color hex is 0.00, 0.24, 0.15, 0.41. Web safe color of #977381 is #996699. Color #977381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110011 10000001
Octal 227 163 201
Decimal 151 115 129
Hex 97 73 81

RGB Percentages of Color #977381

%38.23
%29.11
%32.66

CMYK Percentages of Color #977381

%0
%24
%15
%41

Triadic Colors of #977381

#977381 #819773 #738197

Analogous Colors of #977381

#977381 #977773 #977393

Monochromatic Colors of #977381

#977381

Complementary Color

#977381 #739789

#977381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977381 Color CSS Codes

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

#977381 Text Font Color

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

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


#977381 Background Color

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

This div background color is #977381


#977381 Border Color

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

This div border color is #977381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977381


Comments

No comments written yet.

Please login to write comment.