Color Hex Logo

#870118 Color Hex

#870118
(135,1,24)
0 Favorites   0 Comments

Color spaces of #870118

RGB 135124
HSL0.970.990.27
HSV350°99°53°
CMYK 0.000.990.82   0.47
XYZ10.16745.23861.3394
Yxy5.23860.60720.3128
Hunter Lab22.888039.240112.5520
CIE-Lab27.404050.266328.6659

#870118 color RGB value is (135,1,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000001 00011000
Octal 207 1 30
Decimal 135 1 24
Hex 87 1 18

RGB Percentages of Color #870118

%84.38
%0.63
%15.00

CMYK Percentages of Color #870118

%0
%99
%82
%47

Triadic Colors of #870118

#870118 #188701 #011887

Analogous Colors of #870118

#870118 #872d01 #87015b

Monochromatic Colors of #870118

#870118

Complementary Color

#870118 #018770

#870118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870118 Color CSS Codes

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

#870118 Text Font Color

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

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


#870118 Background Color

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

This div background color is #870118


#870118 Border Color

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

This div border color is #870118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870118


Comments

No comments written yet.

Please login to write comment.