Color Hex Logo

#865252 Color Hex

#865252
(134,82,82)
0 Favorites   0 Comments

Color spaces of #865252

RGB 1348282
HSL0.000.240.42
HSV39°53°
CMYK 0.000.390.39   0.47
XYZ14.371811.71219.4858
Yxy11.71210.40400.3293
Hunter Lab34.222915.07037.5223
CIE-Lab40.754821.74259.1918

#865252 color RGB value is (134,82,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010010 01010010
Octal 206 122 122
Decimal 134 82 82
Hex 86 52 52

RGB Percentages of Color #865252

%44.97
%27.52
%27.52

CMYK Percentages of Color #865252

%0
%39
%39
%47

Triadic Colors of #865252

#865252 #528652 #525286

Analogous Colors of #865252

#865252 #866c52 #86526c

Monochromatic Colors of #865252

#865252

Complementary Color

#865252 #528686

#865252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865252 Color CSS Codes

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

#865252 Text Font Color

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

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


#865252 Background Color

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

This div background color is #865252


#865252 Border Color

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

This div border color is #865252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865252


Comments

No comments written yet.

Please login to write comment.