Color Hex Logo

#977392 Color Hex

#977392
(151,115,146)
0 Favorites   0 Comments

Color spaces of #977392

RGB 151115146
HSL0.860.150.52
HSV308°24°59°
CMYK 0.000.240.03   0.41
XYZ24.081520.916129.9621
Yxy20.91610.32130.2790
Hunter Lab45.734113.9552-6.8292
CIE-Lab52.857519.5870-11.3671

#977392 color RGB value is (151,115,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110011 10010010
Octal 227 163 222
Decimal 151 115 146
Hex 97 73 92

RGB Percentages of Color #977392

%36.65
%27.91
%35.44

CMYK Percentages of Color #977392

%0
%24
%3
%41

Triadic Colors of #977392

#977392 #929773 #739297

Analogous Colors of #977392

#977392 #977380 #8a7397

Monochromatic Colors of #977392

#977392

Complementary Color

#977392 #739778

#977392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977392 Color CSS Codes

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

#977392 Text Font Color

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

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


#977392 Background Color

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

This div background color is #977392


#977392 Border Color

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

This div border color is #977392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977392


Comments

No comments written yet.

Please login to write comment.