Color Hex Logo

#985d79 Color Hex

#985D79
(152,93,121)
0 Favorites   0 Comments

Color spaces of #985d79

RGB 15293121
HSL0.920.240.48
HSV332°39°60°
CMYK 0.000.390.20   0.40
XYZ20.314415.884620.0845
Yxy15.88460.36090.2822
Hunter Lab39.855521.2346-1.9794
CIE-Lab46.822728.1578-5.5342

#985d79 color RGB value is (152,93,121).

#985d79 hex color red value is 152, green value is 93 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #985d79 hue: 0.92 , saturation: 0.24 and the lightness value of 985d79 is 0.48.

The process color (four color CMYK) of #985d79 color hex is 0.00, 0.39, 0.20, 0.40. Web safe color of #985d79 is #996666. Color #985d79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011101 01111001
Octal 230 135 171
Decimal 152 93 121
Hex 98 5D 79

RGB Percentages of Color #985d79

%41.53
%25.41
%33.06

CMYK Percentages of Color #985d79

%0
%39
%20
%40

Triadic Colors of #985d79

#985d79 #79985d #5d7998

Analogous Colors of #985d79

#985d79 #985f5d #985d97

Monochromatic Colors of #985d79

#985d79

Complementary Color

#985d79 #5d987c

#985d79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985d79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985d79 Color CSS Codes

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

#985d79 Text Font Color

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

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


#985d79 Background Color

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

This div background color is #985d79


#985d79 Border Color

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

This div border color is #985d79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,93,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #985d79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #985d79;
  -webkit-box-shadow: 1px 1px 3px 2px #985d79;
  box-shadow:         1px 1px 3px 2px #985d79; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,93,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985d79


Comments

No comments written yet.

Please login to write comment.