Color Hex Logo

#865455 Color Hex

#865455
(134,84,85)
0 Favorites   0 Comments

Color spaces of #865455

RGB 1348485
HSL1.000.230.43
HSV359°37°53°
CMYK 0.000.370.37   0.47
XYZ14.641512.064910.1514
Yxy12.06490.39720.3273
Hunter Lab34.734614.45686.9863
CIE-Lab41.319120.96648.1376

#865455 color RGB value is (134,84,85).

#865455 hex color red value is 134, green value is 84 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #865455 hue: 1.00 , saturation: 0.23 and the lightness value of 865455 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010100 01010101
Octal 206 124 125
Decimal 134 84 85
Hex 86 54 55

RGB Percentages of Color #865455

%44.22
%27.72
%28.05

CMYK Percentages of Color #865455

%0
%37
%37
%47

Triadic Colors of #865455

#865455 #558654 #545586

Analogous Colors of #865455

#865455 #866c54 #86546e

Monochromatic Colors of #865455

#865455

Complementary Color

#865455 #548685

#865455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865455 Color CSS Codes

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

#865455 Text Font Color

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

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


#865455 Background Color

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

This div background color is #865455


#865455 Border Color

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

This div border color is #865455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865455


Comments

No comments written yet.

Please login to write comment.