Color Hex Logo

#986477 Color Hex

#986477
(152,100,119)
0 Favorites   0 Comments

Color spaces of #986477

RGB 152100119
HSL0.940.210.49
HSV338°34°60°
CMYK 0.000.340.22   0.40
XYZ20.835817.121719.6594
Yxy17.12170.36160.2972
Hunter Lab41.378417.47030.7954
CIE-Lab48.413023.8391-1.9834

#986477 color RGB value is (152,100,119).

#986477 hex color red value is 152, green value is 100 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #986477 hue: 0.94 , saturation: 0.21 and the lightness value of 986477 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100100 01110111
Octal 230 144 167
Decimal 152 100 119
Hex 98 64 77

RGB Percentages of Color #986477

%40.97
%26.95
%32.08

CMYK Percentages of Color #986477

%0
%34
%22
%40

Triadic Colors of #986477

#986477 #779864 #647798

Analogous Colors of #986477

#986477 #986b64 #986491

Monochromatic Colors of #986477

#986477

Complementary Color

#986477 #649885

#986477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986477 Color CSS Codes

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

#986477 Text Font Color

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

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


#986477 Background Color

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

This div background color is #986477


#986477 Border Color

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

This div border color is #986477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986477


Comments

No comments written yet.

Please login to write comment.