Color Hex Logo

#977585 Color Hex

#977585
(151,117,133)
0 Favorites   0 Comments

Color spaces of #977585

RGB 151117133
HSL0.920.140.53
HSV332°23°59°
CMYK 0.000.230.12   0.41
XYZ23.357420.995325.0117
Yxy20.99530.33670.3027
Hunter Lab45.820610.8056-0.2897
CIE-Lab52.944416.0095-3.6177

#977585 color RGB value is (151,117,133).

#977585 hex color red value is 151, green value is 117 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #977585 hue: 0.92 , saturation: 0.14 and the lightness value of 977585 is 0.53.

The process color (four color CMYK) of #977585 color hex is 0.00, 0.23, 0.12, 0.41. Web safe color of #977585 is #996699. Color #977585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110101 10000101
Octal 227 165 205
Decimal 151 117 133
Hex 97 75 85

RGB Percentages of Color #977585

%37.66
%29.18
%33.17

CMYK Percentages of Color #977585

%0
%23
%12
%41

Triadic Colors of #977585

#977585 #859775 #758597

Analogous Colors of #977585

#977585 #977675 #977596

Monochromatic Colors of #977585

#977585

Complementary Color

#977585 #759787

#977585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977585 Color CSS Codes

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

#977585 Text Font Color

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

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


#977585 Background Color

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

This div background color is #977585


#977585 Border Color

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

This div border color is #977585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977585


Comments

No comments written yet.

Please login to write comment.