Color Hex Logo

#986d81 Color Hex

#986D81
(152,109,129)
0 Favorites   0 Comments

Color spaces of #986d81

RGB 152109129
HSL0.920.170.51
HSV332°28°60°
CMYK 0.000.280.15   0.40
XYZ22.380019.197723.2948
Yxy19.19770.34500.2959
Hunter Lab43.815214.4980-0.8515
CIE-Lab50.917720.3142-4.2426

#986d81 color RGB value is (152,109,129).

#986d81 hex color red value is 152, green value is 109 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #986d81 hue: 0.92 , saturation: 0.17 and the lightness value of 986d81 is 0.51.

The process color (four color CMYK) of #986d81 color hex is 0.00, 0.28, 0.15, 0.40. Web safe color of #986d81 is #996699. Color #986d81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101101 10000001
Octal 230 155 201
Decimal 152 109 129
Hex 98 6D 81

RGB Percentages of Color #986d81

%38.97
%27.95
%33.08

CMYK Percentages of Color #986d81

%0
%28
%15
%40

Triadic Colors of #986d81

#986d81 #81986d #6d8198

Analogous Colors of #986d81

#986d81 #986f6d #986d97

Monochromatic Colors of #986d81

#986d81

Complementary Color

#986d81 #6d9884

#986d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986d81 Color CSS Codes

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

#986d81 Text Font Color

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

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


#986d81 Background Color

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

This div background color is #986d81


#986d81 Border Color

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

This div border color is #986d81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,109,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #986d81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #986d81;
  -webkit-box-shadow: 1px 1px 3px 2px #986d81;
  box-shadow:         1px 1px 3px 2px #986d81; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986d81


Comments

No comments written yet.

Please login to write comment.