Color Hex Logo

#855763 Color Hex

#855763
(133,87,99)
0 Favorites   0 Comments

Color spaces of #855763

RGB 1338799
HSL0.960.210.43
HSV344°35°52°
CMYK 0.000.350.26   0.48
XYZ15.333212.703813.4483
Yxy12.70380.36960.3062
Hunter Lab35.642414.41572.5788
CIE-Lab42.313520.83610.9391

#855763 color RGB value is (133,87,99).

#855763 hex color red value is 133, green value is 87 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #855763 hue: 0.96 , saturation: 0.21 and the lightness value of 855763 is 0.43.

The process color (four color CMYK) of #855763 color hex is 0.00, 0.35, 0.26, 0.48. Web safe color of #855763 is #996666. Color #855763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 01100011
Octal 205 127 143
Decimal 133 87 99
Hex 85 57 63

RGB Percentages of Color #855763

%41.69
%27.27
%31.03

CMYK Percentages of Color #855763

%0
%35
%26
%48

Triadic Colors of #855763

#855763 #638557 #576385

Analogous Colors of #855763

#855763 #856257 #85577a

Monochromatic Colors of #855763

#855763

Complementary Color

#855763 #578579

#855763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855763 Color CSS Codes

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

#855763 Text Font Color

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

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


#855763 Background Color

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

This div background color is #855763


#855763 Border Color

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

This div border color is #855763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855763


Comments

No comments written yet.

Please login to write comment.