Color Hex Logo

#987256 Color Hex

#987256
(152,114,86)
0 Favorites   0 Comments

Color spaces of #987256

RGB 15211486
HSL0.070.280.47
HSV25°43°60°
CMYK 0.000.250.43   0.40
XYZ20.645919.381911.4570
Yxy19.38190.40100.3765
Hunter Lab44.02496.665815.3878
CIE-Lab51.131011.204821.3225

#987256 color RGB value is (152,114,86).

#987256 hex color red value is 152, green value is 114 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #987256 hue: 0.07 , saturation: 0.28 and the lightness value of 987256 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110010 01010110
Octal 230 162 126
Decimal 152 114 86
Hex 98 72 56

RGB Percentages of Color #987256

%43.18
%32.39
%24.43

CMYK Percentages of Color #987256

%0
%25
%43
%40

Triadic Colors of #987256

#987256 #569872 #725698

Analogous Colors of #987256

#987256 #989356 #98565b

Monochromatic Colors of #987256

#987256

Complementary Color

#987256 #567c98

#987256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987256 Color CSS Codes

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

#987256 Text Font Color

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

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


#987256 Background Color

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

This div background color is #987256


#987256 Border Color

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

This div border color is #987256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987256


Comments

No comments written yet.

Please login to write comment.