Color Hex Logo

#986262 Color Hex

#986262
(152,98,98)
0 Favorites   0 Comments

Color spaces of #986262

RGB 1529898
HSL0.000.220.49
HSV36°60°
CMYK 0.000.360.36   0.40
XYZ19.521216.292613.6712
Yxy16.29260.39450.3292
Hunter Lab40.364115.69048.1735
CIE-Lab47.356121.91639.0858

#986262 color RGB value is (152,98,98).

#986262 hex color red value is 152, green value is 98 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #986262 hue: 0.00 , saturation: 0.22 and the lightness value of 986262 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100010 01100010
Octal 230 142 142
Decimal 152 98 98
Hex 98 62 62

RGB Percentages of Color #986262

%43.68
%28.16
%28.16

CMYK Percentages of Color #986262

%0
%36
%36
%40

Triadic Colors of #986262

#986262 #629862 #626298

Analogous Colors of #986262

#986262 #987d62 #98627d

Monochromatic Colors of #986262

#986262

Complementary Color

#986262 #629898

#986262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986262 Color CSS Codes

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

#986262 Text Font Color

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

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


#986262 Background Color

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

This div background color is #986262


#986262 Border Color

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

This div border color is #986262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986262

#986262 Color Palettes


Comments

No comments written yet.

Please login to write comment.