Color Hex Logo

#870611 Color Hex

#870611
(135,6,17)
0 Favorites   0 Comments

Color spaces of #870611

RGB 135617
HSL0.990.910.28
HSV355°96°53°
CMYK 0.000.960.87   0.47
XYZ10.15805.32161.0221
Yxy5.32160.61560.3225
Hunter Lab23.068638.230513.5211
CIE-Lab27.632049.210333.0378

#870611 color RGB value is (135,6,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000110 00010001
Octal 207 6 21
Decimal 135 6 17
Hex 87 6 11

RGB Percentages of Color #870611

%85.44
%3.80
%10.76

CMYK Percentages of Color #870611

%0
%96
%87
%47

Triadic Colors of #870611

#870611 #118706 #061187

Analogous Colors of #870611

#870611 #873c06 #870651

Monochromatic Colors of #870611

#870611

Complementary Color

#870611 #06877c

#870611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870611 Color CSS Codes

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

#870611 Text Font Color

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

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


#870611 Background Color

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

This div background color is #870611


#870611 Border Color

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

This div border color is #870611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870611


Comments

No comments written yet.

Please login to write comment.