Color Hex Logo

#875263 Color Hex

#875263
(135,82,99)
0 Favorites   0 Comments

Color spaces of #875263

RGB 1358299
HSL0.950.240.43
HSV341°39°53°
CMYK 0.000.390.27   0.47
XYZ15.261112.086313.3329
Yxy12.08630.37510.2971
Hunter Lab34.765417.51751.5974
CIE-Lab41.353024.5492-0.4314

#875263 color RGB value is (135,82,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010010 01100011
Octal 207 122 143
Decimal 135 82 99
Hex 87 52 63

RGB Percentages of Color #875263

%42.72
%25.95
%31.33

CMYK Percentages of Color #875263

%0
%39
%27
%47

Triadic Colors of #875263

#875263 #638752 #526387

Analogous Colors of #875263

#875263 #875c52 #87527e

Monochromatic Colors of #875263

#875263

Complementary Color

#875263 #528776

#875263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875263 Color CSS Codes

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

#875263 Text Font Color

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

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


#875263 Background Color

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

This div background color is #875263


#875263 Border Color

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

This div border color is #875263


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,82,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 #875263">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875263


Comments

No comments written yet.

Please login to write comment.