Color Hex Logo

#865262 Color Hex

#865262
(134,82,98)
0 Favorites   0 Comments

Color spaces of #865262

RGB 1348298
HSL0.950.240.42
HSV342°39°53°
CMYK 0.000.390.27   0.47
XYZ15.053411.984813.0752
Yxy11.98480.37530.2988
Hunter Lab34.619117.03371.8402
CIE-Lab41.192024.0046-0.0649

#865262 color RGB value is (134,82,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010010 01100010
Octal 206 122 142
Decimal 134 82 98
Hex 86 52 62

RGB Percentages of Color #865262

%42.68
%26.11
%31.21

CMYK Percentages of Color #865262

%0
%39
%27
%47

Triadic Colors of #865262

#865262 #628652 #526286

Analogous Colors of #865262

#865262 #865c52 #86527c

Monochromatic Colors of #865262

#865262

Complementary Color

#865262 #528676

#865262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865262 Color CSS Codes

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

#865262 Text Font Color

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

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


#865262 Background Color

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

This div background color is #865262


#865262 Border Color

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

This div border color is #865262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865262


Comments

No comments written yet.

Please login to write comment.