Color Hex Logo

#870838 Color Hex

#870838
(135,8,56)
0 Favorites   0 Comments

Color spaces of #870838

RGB 135856
HSL0.940.890.28
HSV337°94°53°
CMYK 0.000.940.59   0.47
XYZ10.79235.61014.2554
Yxy5.61010.52240.2716
Hunter Lab23.685639.88315.9278
CIE-Lab28.406750.71088.6913

#870838 color RGB value is (135,8,56).

#870838 hex color red value is 135, green value is 8 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #870838 hue: 0.94 , saturation: 0.89 and the lightness value of 870838 is 0.28.

The process color (four color CMYK) of #870838 color hex is 0.00, 0.94, 0.59, 0.47. Web safe color of #870838 is #990033. Color #870838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001000 00111000
Octal 207 10 70
Decimal 135 8 56
Hex 87 8 38

RGB Percentages of Color #870838

%67.84
%4.02
%28.14

CMYK Percentages of Color #870838

%0
%94
%59
%47

Triadic Colors of #870838

#870838 #388708 #083887

Analogous Colors of #870838

#870838 #871808 #870878

Monochromatic Colors of #870838

#870838

Complementary Color

#870838 #088757

#870838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870838 Color CSS Codes

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

#870838 Text Font Color

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

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


#870838 Background Color

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

This div background color is #870838


#870838 Border Color

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

This div border color is #870838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870838


Comments

No comments written yet.

Please login to write comment.