Color Hex Logo

#86250e Color Hex

#86250E
(134,37,14)
0 Favorites   0 Comments

Color spaces of #86250e

RGB 1343714
HSL0.030.810.29
HSV12°90°53°
CMYK 0.000.720.90   0.47
XYZ10.57236.42321.0980
Yxy6.42320.58430.3550
Hunter Lab25.344030.109515.1722
CIE-Lab30.456040.220936.8872

#86250e color RGB value is (134,37,14).

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

The process color (four color CMYK) of #86250e color hex is 0.00, 0.72, 0.90, 0.47. Web safe color of #86250e is #993300. Color #86250e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100101 00001110
Octal 206 45 16
Decimal 134 37 14
Hex 86 25 E

RGB Percentages of Color #86250e

%72.43
%20.00
%7.57

CMYK Percentages of Color #86250e

%0
%72
%90
%47

Triadic Colors of #86250e

#86250e #0e8625 #250e86

Analogous Colors of #86250e

#86250e #86610e #860e33

Monochromatic Colors of #86250e

#86250e

Complementary Color

#86250e #0e6f86

#86250e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86250e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86250e Color CSS Codes

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

#86250e Text Font Color

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

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


#86250e Background Color

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

This div background color is #86250e


#86250e Border Color

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

This div border color is #86250e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86250e


Comments

No comments written yet.

Please login to write comment.