Color Hex Logo

#986558 Color Hex

#986558
(152,101,88)
0 Favorites   0 Comments

Color spaces of #986558

RGB 15210188
HSL0.030.270.47
HSV12°42°60°
CMYK 0.000.340.42   0.40
XYZ19.364016.687311.4329
Yxy16.68730.40780.3514
Hunter Lab40.850113.126012.0013
CIE-Lab47.863618.934615.7553

#986558 color RGB value is (152,101,88).

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

The process color (four color CMYK) of #986558 color hex is 0.00, 0.34, 0.42, 0.40. Web safe color of #986558 is #996666. Color #986558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100101 01011000
Octal 230 145 130
Decimal 152 101 88
Hex 98 65 58

RGB Percentages of Color #986558

%44.57
%29.62
%25.81

CMYK Percentages of Color #986558

%0
%34
%42
%40

Triadic Colors of #986558

#986558 #589865 #655898

Analogous Colors of #986558

#986558 #988558 #98586b

Monochromatic Colors of #986558

#986558

Complementary Color

#986558 #588b98

#986558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986558 Color CSS Codes

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

#986558 Text Font Color

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

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


#986558 Background Color

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

This div background color is #986558


#986558 Border Color

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

This div border color is #986558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986558


Comments

No comments written yet.

Please login to write comment.