Color Hex Logo

#977382 Color Hex

#977382
(151,115,130)
0 Favorites   0 Comments

Color spaces of #977382

RGB 151115130
HSL0.930.150.52
HSV335°24°59°
CMYK 0.000.240.14   0.41
XYZ22.922520.452523.8587
Yxy20.45250.34090.3042
Hunter Lab45.224411.33190.3780
CIE-Lab52.345016.6369-2.7392

#977382 color RGB value is (151,115,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110011 10000010
Octal 227 163 202
Decimal 151 115 130
Hex 97 73 82

RGB Percentages of Color #977382

%38.13
%29.04
%32.83

CMYK Percentages of Color #977382

%0
%24
%14
%41

Triadic Colors of #977382

#977382 #829773 #738297

Analogous Colors of #977382

#977382 #977673 #977394

Monochromatic Colors of #977382

#977382

Complementary Color

#977382 #739788

#977382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977382 Color CSS Codes

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

#977382 Text Font Color

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

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


#977382 Background Color

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

This div background color is #977382


#977382 Border Color

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

This div border color is #977382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977382


Comments

No comments written yet.

Please login to write comment.