Color Hex Logo

#870142 Color Hex

#870142
(135,1,66)
0 Favorites   0 Comments

Color spaces of #870142

RGB 135166
HSL0.920.990.27
HSV331°99°53°
CMYK 0.000.990.51   0.47
XYZ10.98595.56605.6496
Yxy5.56600.49480.2507
Hunter Lab23.592441.83272.3166
CIE-Lab28.290052.65281.7660

#870142 color RGB value is (135,1,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000001 01000010
Octal 207 1 102
Decimal 135 1 66
Hex 87 1 42

RGB Percentages of Color #870142

%66.83
%0.50
%32.67

CMYK Percentages of Color #870142

%0
%99
%51
%47

Triadic Colors of #870142

#870142 #428701 #014287

Analogous Colors of #870142

#870142 #870301 #870185

Monochromatic Colors of #870142

#870142

Complementary Color

#870142 #018746

#870142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870142 Color CSS Codes

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

#870142 Text Font Color

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

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


#870142 Background Color

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

This div background color is #870142


#870142 Border Color

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

This div border color is #870142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870142


Comments

No comments written yet.

Please login to write comment.