Color Hex Logo

#870106 Color Hex

#870106
(135,1,6)
0 Favorites   0 Comments

Color spaces of #870106

RGB 13516
HSL0.990.990.27
HSV358°99°53°
CMYK 0.000.990.96   0.47
XYZ10.03545.18580.6443
Yxy5.18580.63250.3269
Hunter Lab22.772438.810414.2631
CIE-Lab27.257749.865437.7803

#870106 color RGB value is (135,1,6).

#870106 hex color red value is 135, green value is 1 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #870106 hue: 0.99 , saturation: 0.99 and the lightness value of 870106 is 0.27.

The process color (four color CMYK) of #870106 color hex is 0.00, 0.99, 0.96, 0.47. Web safe color of #870106 is #990000. Color #870106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000001 00000110
Octal 207 1 6
Decimal 135 1 6
Hex 87 1 6

RGB Percentages of Color #870106

%95.07
%0.70
%4.23

CMYK Percentages of Color #870106

%0
%99
%96
%47

Triadic Colors of #870106

#870106 #068701 #010687

Analogous Colors of #870106

#870106 #873f01 #870149

Monochromatic Colors of #870106

#870106

Complementary Color

#870106 #018782

#870106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870106 Color CSS Codes

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

#870106 Text Font Color

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

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


#870106 Background Color

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

This div background color is #870106


#870106 Border Color

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

This div border color is #870106


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,1,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870106


Comments

No comments written yet.

Please login to write comment.