Color Hex Logo

#860e2d Color Hex

#860E2D
(134,14,45)
0 Favorites   0 Comments

Color spaces of #860e2d

RGB 1341445
HSL0.960.810.29
HSV345°90°53°
CMYK 0.000.900.66   0.47
XYZ10.46225.57193.0067
Yxy5.57190.54950.2926
Hunter Lab23.604937.80668.9713
CIE-Lab28.305648.652115.9376

#860e2d color RGB value is (134,14,45).

#860e2d hex color red value is 134, green value is 14 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #860e2d hue: 0.96 , saturation: 0.81 and the lightness value of 860e2d is 0.29.

The process color (four color CMYK) of #860e2d color hex is 0.00, 0.90, 0.66, 0.47. Web safe color of #860e2d is #990033. Color #860e2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00001110 00101101
Octal 206 16 55
Decimal 134 14 45
Hex 86 E 2D

RGB Percentages of Color #860e2d

%69.43
%7.25
%23.32

CMYK Percentages of Color #860e2d

%0
%90
%66
%47

Triadic Colors of #860e2d

#860e2d #2d860e #0e2d86

Analogous Colors of #860e2d

#860e2d #862b0e #860e69

Monochromatic Colors of #860e2d

#860e2d

Complementary Color

#860e2d #0e8667

#860e2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860e2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#860e2d Color CSS Codes

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

#860e2d Text Font Color

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

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


#860e2d Background Color

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

This div background color is #860e2d


#860e2d Border Color

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

This div border color is #860e2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860e2d


Comments

No comments written yet.

Please login to write comment.