Color Hex Logo

#85290e Color Hex

#85290E
(133,41,14)
0 Favorites   0 Comments

Color spaces of #85290e

RGB 1334114
HSL0.040.810.29
HSV14°89°52°
CMYK 0.000.690.89   0.48
XYZ10.54516.60411.1344
Yxy6.60410.57680.3612
Hunter Lab25.698428.273415.3717
CIE-Lab30.888138.152137.1599

#85290e color RGB value is (133,41,14).

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

The process color (four color CMYK) of #85290e color hex is 0.00, 0.69, 0.89, 0.48. Web safe color of #85290e is #993300. Color #85290e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101001 00001110
Octal 205 51 16
Decimal 133 41 14
Hex 85 29 E

RGB Percentages of Color #85290e

%70.74
%21.81
%7.45

CMYK Percentages of Color #85290e

%0
%69
%89
%48

Triadic Colors of #85290e

#85290e #0e8529 #290e85

Analogous Colors of #85290e

#85290e #85650e #850e2f

Monochromatic Colors of #85290e

#85290e

Complementary Color

#85290e #0e6a85

#85290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85290e Color CSS Codes

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

#85290e Text Font Color

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

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


#85290e Background Color

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

This div background color is #85290e


#85290e Border Color

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

This div border color is #85290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85290e


Comments

No comments written yet.

Please login to write comment.