Color Hex Logo

#85190e Color Hex

#85190E
(133,25,14)
0 Favorites   0 Comments

Color spaces of #85190e

RGB 1332514
HSL0.020.810.29
HSV89°52°
CMYK 0.000.810.89   0.48
XYZ10.09985.71350.9860
Yxy5.71350.60120.3401
Hunter Lab23.902933.592214.2863
CIE-Lab28.677844.248535.3436

#85190e color RGB value is (133,25,14).

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

The process color (four color CMYK) of #85190e color hex is 0.00, 0.81, 0.89, 0.48. Web safe color of #85190e is #990000. Color #85190e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011001 00001110
Octal 205 31 16
Decimal 133 25 14
Hex 85 19 E

RGB Percentages of Color #85190e

%77.33
%14.53
%8.14

CMYK Percentages of Color #85190e

%0
%81
%89
%48

Triadic Colors of #85190e

#85190e #0e8519 #190e85

Analogous Colors of #85190e

#85190e #85550e #850e3f

Monochromatic Colors of #85190e

#85190e

Complementary Color

#85190e #0e7a85

#85190e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85190e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85190e Color CSS Codes

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

#85190e Text Font Color

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

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


#85190e Background Color

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

This div background color is #85190e


#85190e Border Color

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

This div border color is #85190e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85190e


Comments

No comments written yet.

Please login to write comment.