Color Hex Logo

#878414 Color Hex

#878414
(135,132,20)
0 Favorites   0 Comments

Color spaces of #878414

RGB 13513220
HSL0.160.740.30
HSV58°85°53°
CMYK 0.000.020.85   0.47
XYZ18.369221.70393.8829
Yxy21.70390.41790.4938
Hunter Lab46.5874-11.146427.6696
CIE-Lab53.7114-11.398554.3614

#878414 color RGB value is (135,132,20).

#878414 hex color red value is 135, green value is 132 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #878414 hue: 0.16 , saturation: 0.74 and the lightness value of 878414 is 0.30.

The process color (four color CMYK) of #878414 color hex is 0.00, 0.02, 0.85, 0.47. Web safe color of #878414 is #999900. Color #878414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000100 00010100
Octal 207 204 24
Decimal 135 132 20
Hex 87 84 14

RGB Percentages of Color #878414

%47.04
%45.99
%6.97

CMYK Percentages of Color #878414

%0
%2
%85
%47

Triadic Colors of #878414

#878414 #148784 #841487

Analogous Colors of #878414

#878414 #518714 #874b14

Monochromatic Colors of #878414

#878414

Complementary Color

#878414 #141787

#878414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878414 Color CSS Codes

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

#878414 Text Font Color

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

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


#878414 Background Color

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

This div background color is #878414


#878414 Border Color

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

This div border color is #878414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878414


Comments

No comments written yet.

Please login to write comment.