Color Hex Logo

#887274 Color Hex

#887274
(136,114,116)
0 Favorites   0 Comments

Color spaces of #887274

RGB 136114116
HSL0.980.090.49
HSV355°16°53°
CMYK 0.000.160.15   0.47
XYZ19.323018.529819.0812
Yxy18.52980.33940.3255
Hunter Lab43.04634.79583.8508
CIE-Lab50.13258.94712.1005

#887274 color RGB value is (136,114,116).

#887274 hex color red value is 136, green value is 114 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #887274 hue: 0.98 , saturation: 0.09 and the lightness value of 887274 is 0.49.

The process color (four color CMYK) of #887274 color hex is 0.00, 0.16, 0.15, 0.47. Web safe color of #887274 is #996666. Color #887274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110010 01110100
Octal 210 162 164
Decimal 136 114 116
Hex 88 72 74

RGB Percentages of Color #887274

%37.16
%31.15
%31.69

CMYK Percentages of Color #887274

%0
%16
%15
%47

Triadic Colors of #887274

#887274 #748872 #727488

Analogous Colors of #887274

#887274 #887b72 #88727f

Monochromatic Colors of #887274

#887274

Complementary Color

#887274 #728886

#887274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887274 Color CSS Codes

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

#887274 Text Font Color

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

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


#887274 Background Color

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

This div background color is #887274


#887274 Border Color

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

This div border color is #887274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887274

#887274 Color Palettes


Comments

No comments written yet.

Please login to write comment.