Color Hex Logo

#862838 Color Hex

#862838
(134,40,56)
0 Favorites   0 Comments

Color spaces of #862838

RGB 1344056
HSL0.970.540.34
HSV350°70°53°
CMYK 0.000.700.58   0.47
XYZ11.30416.87144.4719
Yxy6.87140.49910.3034
Hunter Lab26.213431.10208.2347
CIE-Lab31.512341.092612.9139

#862838 color RGB value is (134,40,56).

#862838 hex color red value is 134, green value is 40 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #862838 hue: 0.97 , saturation: 0.54 and the lightness value of 862838 is 0.34.

The process color (four color CMYK) of #862838 color hex is 0.00, 0.70, 0.58, 0.47. Web safe color of #862838 is #993333. Color #862838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101000 00111000
Octal 206 50 70
Decimal 134 40 56
Hex 86 28 38

RGB Percentages of Color #862838

%58.26
%17.39
%24.35

CMYK Percentages of Color #862838

%0
%70
%58
%47

Triadic Colors of #862838

#862838 #388628 #283886

Analogous Colors of #862838

#862838 #864728 #862867

Monochromatic Colors of #862838

#862838

Complementary Color

#862838 #288676

#862838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862838 Color CSS Codes

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

#862838 Text Font Color

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

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


#862838 Background Color

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

This div background color is #862838


#862838 Border Color

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

This div border color is #862838


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,40,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #862838; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #862838;
  -webkit-box-shadow: 1px 1px 3px 2px #862838;
  box-shadow:         1px 1px 3px 2px #862838; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,40,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862838


Comments

No comments written yet.

Please login to write comment.