Color Hex Logo

#855252 Color Hex

#855252
(133,82,82)
0 Favorites   0 Comments

Color spaces of #855252

RGB 1338282
HSL0.000.240.42
HSV38°52°
CMYK 0.000.380.38   0.48
XYZ14.213111.63039.4784
Yxy11.63030.40240.3293
Hunter Lab34.103214.71237.3936
CIE-Lab40.622421.32938.9865

#855252 color RGB value is (133,82,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010010 01010010
Octal 205 122 122
Decimal 133 82 82
Hex 85 52 52

RGB Percentages of Color #855252

%44.78
%27.61
%27.61

CMYK Percentages of Color #855252

%0
%38
%38
%48

Triadic Colors of #855252

#855252 #528552 #525285

Analogous Colors of #855252

#855252 #856c52 #85526c

Monochromatic Colors of #855252

#855252

Complementary Color

#855252 #528585

#855252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855252 Color CSS Codes

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

#855252 Text Font Color

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

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


#855252 Background Color

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

This div background color is #855252


#855252 Border Color

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

This div border color is #855252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855252

#855252 Color Palettes


Comments

No comments written yet.

Please login to write comment.