Color Hex Logo

#871460 Color Hex

#871460
(135,20,96)
0 Favorites   0 Comments

Color spaces of #871460

RGB 1352096
HSL0.890.740.30
HSV320°85°53°
CMYK 0.000.850.29   0.47
XYZ12.35316.495711.6690
Yxy6.49570.40480.2128
Hunter Lab25.486741.9153-9.3051
CIE-Lab30.630152.2773-14.6027

#871460 color RGB value is (135,20,96).

#871460 hex color red value is 135, green value is 20 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #871460 hue: 0.89 , saturation: 0.74 and the lightness value of 871460 is 0.30.

The process color (four color CMYK) of #871460 color hex is 0.00, 0.85, 0.29, 0.47. Web safe color of #871460 is #990066. Color #871460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010100 01100000
Octal 207 24 140
Decimal 135 20 96
Hex 87 14 60

RGB Percentages of Color #871460

%53.78
%7.97
%38.25

CMYK Percentages of Color #871460

%0
%85
%29
%47

Triadic Colors of #871460

#871460 #608714 #146087

Analogous Colors of #871460

#871460 #871427 #751487

Monochromatic Colors of #871460

#871460

Complementary Color

#871460 #14873b

#871460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871460 Color CSS Codes

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

#871460 Text Font Color

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

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


#871460 Background Color

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

This div background color is #871460


#871460 Border Color

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

This div border color is #871460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871460


Comments

No comments written yet.

Please login to write comment.