Color Hex Logo

#855752 Color Hex

#855752
(133,87,82)
0 Favorites   0 Comments

Color spaces of #855752

RGB 1338782
HSL0.020.240.42
HSV38°52°
CMYK 0.000.350.38   0.48
XYZ14.604112.41219.6087
Yxy12.41210.39870.3389
Hunter Lab35.230812.33908.4911
CIE-Lab41.863718.390410.7224

#855752 color RGB value is (133,87,82).

#855752 hex color red value is 133, green value is 87 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #855752 hue: 0.02 , saturation: 0.24 and the lightness value of 855752 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 01010010
Octal 205 127 122
Decimal 133 87 82
Hex 85 57 52

RGB Percentages of Color #855752

%44.04
%28.81
%27.15

CMYK Percentages of Color #855752

%0
%35
%38
%48

Triadic Colors of #855752

#855752 #528557 #575285

Analogous Colors of #855752

#855752 #857152 #855267

Monochromatic Colors of #855752

#855752

Complementary Color

#855752 #528085

#855752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855752 Color CSS Codes

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

#855752 Text Font Color

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

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


#855752 Background Color

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

This div background color is #855752


#855752 Border Color

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

This div border color is #855752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855752


Comments

No comments written yet.

Please login to write comment.