Color Hex Logo

#875151 Color Hex

#875151
(135,81,81)
1 Favorites   0 Comments

Color spaces of #875151

RGB 1358181
HSL0.000.250.42
HSV40°53°
CMYK 0.000.400.40   0.47
XYZ14.419311.62989.2694
Yxy11.62980.40830.3293
Hunter Lab34.102515.79447.7561
CIE-Lab40.621622.61009.6414

#875151 color RGB value is (135,81,81).

#875151 hex color red value is 135, green value is 81 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #875151 hue: 0.00 , saturation: 0.25 and the lightness value of 875151 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010001 01010001
Octal 207 121 121
Decimal 135 81 81
Hex 87 51 51

RGB Percentages of Color #875151

%45.45
%27.27
%27.27

CMYK Percentages of Color #875151

%0
%40
%40
%47

Triadic Colors of #875151

#875151 #518751 #515187

Analogous Colors of #875151

#875151 #876c51 #87516c

Monochromatic Colors of #875151

#875151

Complementary Color

#875151 #518787

#875151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875151 Color CSS Codes

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

#875151 Text Font Color

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

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


#875151 Background Color

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

This div background color is #875151


#875151 Border Color

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

This div border color is #875151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875151


Comments

No comments written yet.

Please login to write comment.