Color Hex Logo

#887214 Color Hex

#887214
(136,114,20)
0 Favorites   0 Comments

Color spaces of #887214

RGB 13611420
HSL0.140.740.31
HSV49°85°53°
CMYK 0.000.160.85   0.47
XYZ16.296917.31943.1459
Yxy17.31940.44330.4711
Hunter Lab41.6166-2.929124.6497
CIE-Lab48.6600-0.932450.1124

#887214 color RGB value is (136,114,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110010 00010100
Octal 210 162 24
Decimal 136 114 20
Hex 88 72 14

RGB Percentages of Color #887214

%50.37
%42.22
%7.41

CMYK Percentages of Color #887214

%0
%16
%85
%47

Triadic Colors of #887214

#887214 #148872 #721488

Analogous Colors of #887214

#887214 #648814 #883814

Monochromatic Colors of #887214

#887214

Complementary Color

#887214 #142a88

#887214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887214 Color CSS Codes

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

#887214 Text Font Color

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

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


#887214 Background Color

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

This div background color is #887214


#887214 Border Color

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

This div border color is #887214


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,114,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 #887214">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887214


Comments

No comments written yet.

Please login to write comment.