Color Hex Logo

#985957 Color Hex

#985957
(152,89,87)
0 Favorites   0 Comments

Color spaces of #985957

RGB 1528987
HSL0.010.270.47
HSV43°60°
CMYK 0.000.410.43   0.40
XYZ18.241614.508310.8558
Yxy14.50830.41830.3327
Hunter Lab38.089818.82859.7648
CIE-Lab44.953225.681312.3525

#985957 color RGB value is (152,89,87).

#985957 hex color red value is 152, green value is 89 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #985957 hue: 0.01 , saturation: 0.27 and the lightness value of 985957 is 0.47.

The process color (four color CMYK) of #985957 color hex is 0.00, 0.41, 0.43, 0.40. Web safe color of #985957 is #996666. Color #985957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011001 01010111
Octal 230 131 127
Decimal 152 89 87
Hex 98 59 57

RGB Percentages of Color #985957

%46.34
%27.13
%26.52

CMYK Percentages of Color #985957

%0
%41
%43
%40

Triadic Colors of #985957

#985957 #579859 #595798

Analogous Colors of #985957

#985957 #987a57 #985776

Monochromatic Colors of #985957

#985957

Complementary Color

#985957 #579698

#985957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985957 Color CSS Codes

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

#985957 Text Font Color

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

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


#985957 Background Color

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

This div background color is #985957


#985957 Border Color

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

This div border color is #985957


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,89,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #985957; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #985957;
  -webkit-box-shadow: 1px 1px 3px 2px #985957;
  box-shadow:         1px 1px 3px 2px #985957; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985957


Comments

No comments written yet.

Please login to write comment.