Color Hex Logo

#870128 Color Hex

#870128
(135,1,40)
0 Favorites   0 Comments

Color spaces of #870128

RGB 135140
HSL0.950.990.27
HSV343°99°53°
CMYK 0.000.990.70   0.47
XYZ10.38555.32582.4881
Yxy5.32580.57070.2926
Hunter Lab23.077739.94329.7621
CIE-Lab27.643550.919118.4931

#870128 color RGB value is (135,1,40).

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

The process color (four color CMYK) of #870128 color hex is 0.00, 0.99, 0.70, 0.47. Web safe color of #870128 is #990033. Color #870128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000001 00101000
Octal 207 1 50
Decimal 135 1 40
Hex 87 1 28

RGB Percentages of Color #870128

%76.70
%0.57
%22.73

CMYK Percentages of Color #870128

%0
%99
%70
%47

Triadic Colors of #870128

#870128 #288701 #012887

Analogous Colors of #870128

#870128 #871d01 #87016b

Monochromatic Colors of #870128

#870128

Complementary Color

#870128 #018760

#870128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870128 Color CSS Codes

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

#870128 Text Font Color

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

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


#870128 Background Color

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

This div background color is #870128


#870128 Border Color

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

This div border color is #870128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870128


Comments

No comments written yet.

Please login to write comment.