Color Hex Logo

#872314 Color Hex

#872314
(135,35,20)
0 Favorites   0 Comments

Color spaces of #872314

RGB 1353520
HSL0.020.740.30
HSV85°53°
CMYK 0.000.740.85   0.47
XYZ10.71906.40351.3329
Yxy6.40350.58080.3470
Hunter Lab25.305131.326814.5906
CIE-Lab30.408541.533033.9208

#872314 color RGB value is (135,35,20).

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

The process color (four color CMYK) of #872314 color hex is 0.00, 0.74, 0.85, 0.47. Web safe color of #872314 is #993300. Color #872314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100011 00010100
Octal 207 43 24
Decimal 135 35 20
Hex 87 23 14

RGB Percentages of Color #872314

%71.05
%18.42
%10.53

CMYK Percentages of Color #872314

%0
%74
%85
%47

Triadic Colors of #872314

#872314 #148723 #231487

Analogous Colors of #872314

#872314 #875c14 #87143f

Monochromatic Colors of #872314

#872314

Complementary Color

#872314 #147887

#872314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872314 Color CSS Codes

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

#872314 Text Font Color

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

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


#872314 Background Color

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

This div background color is #872314


#872314 Border Color

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

This div border color is #872314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872314


Comments

No comments written yet.

Please login to write comment.