Color Hex Logo

#887014 Color Hex

#887014
(136,112,20)
0 Favorites   0 Comments

Color spaces of #887014

RGB 13611220
HSL0.130.740.31
HSV48°85°53°
CMYK 0.000.180.85   0.47
XYZ16.073816.87313.0715
Yxy16.87310.44630.4685
Hunter Lab41.0769-2.035724.3204
CIE-Lab48.09970.209049.6342

#887014 color RGB value is (136,112,20).

#887014 hex color red value is 136, green value is 112 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #887014 hue: 0.13 , saturation: 0.74 and the lightness value of 887014 is 0.31.

The process color (four color CMYK) of #887014 color hex is 0.00, 0.18, 0.85, 0.47. Web safe color of #887014 is #996600. Color #887014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110000 00010100
Octal 210 160 24
Decimal 136 112 20
Hex 88 70 14

RGB Percentages of Color #887014

%50.75
%41.79
%7.46

CMYK Percentages of Color #887014

%0
%18
%85
%47

Triadic Colors of #887014

#887014 #148870 #701488

Analogous Colors of #887014

#887014 #668814 #883614

Monochromatic Colors of #887014

#887014

Complementary Color

#887014 #142c88

#887014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887014 Color CSS Codes

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

#887014 Text Font Color

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

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


#887014 Background Color

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

This div background color is #887014


#887014 Border Color

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

This div border color is #887014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887014


Comments

No comments written yet.

Please login to write comment.