Color Hex Logo

#875463 Color Hex

#875463
(135,84,99)
0 Favorites   0 Comments

Color spaces of #875463

RGB 1358499
HSL0.950.230.43
HSV342°38°53°
CMYK 0.000.380.27   0.47
XYZ15.414112.392413.3839
Yxy12.39240.37420.3009
Hunter Lab35.202816.55402.1003
CIE-Lab41.833123.38470.2700

#875463 color RGB value is (135,84,99).

#875463 hex color red value is 135, green value is 84 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #875463 hue: 0.95 , saturation: 0.23 and the lightness value of 875463 is 0.43.

The process color (four color CMYK) of #875463 color hex is 0.00, 0.38, 0.27, 0.47. Web safe color of #875463 is #996666. Color #875463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010100 01100011
Octal 207 124 143
Decimal 135 84 99
Hex 87 54 63

RGB Percentages of Color #875463

%42.45
%26.42
%31.13

CMYK Percentages of Color #875463

%0
%38
%27
%47

Triadic Colors of #875463

#875463 #638754 #546387

Analogous Colors of #875463

#875463 #875f54 #87547d

Monochromatic Colors of #875463

#875463

Complementary Color

#875463 #548778

#875463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875463 Color CSS Codes

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

#875463 Text Font Color

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

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


#875463 Background Color

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

This div background color is #875463


#875463 Border Color

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

This div border color is #875463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875463


Comments

No comments written yet.

Please login to write comment.