Color Hex Logo

#85190b Color Hex

#85190B
(133,25,11)
0 Favorites   0 Comments

Color spaces of #85190b

RGB 1332511
HSL0.020.850.28
HSV92°52°
CMYK 0.000.810.92   0.48
XYZ10.08095.70600.8866
Yxy5.70600.60460.3422
Hunter Lab23.887233.528014.5205
CIE-Lab28.658344.184936.7294

#85190b color RGB value is (133,25,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011001 00001011
Octal 205 31 13
Decimal 133 25 11
Hex 85 19 B

RGB Percentages of Color #85190b

%78.70
%14.79
%6.51

CMYK Percentages of Color #85190b

%0
%81
%92
%48

Triadic Colors of #85190b

#85190b #0b8519 #190b85

Analogous Colors of #85190b

#85190b #85560b #850b3a

Monochromatic Colors of #85190b

#85190b

Complementary Color

#85190b #0b7785

#85190b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85190b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85190b Color CSS Codes

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

#85190b Text Font Color

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

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


#85190b Background Color

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

This div background color is #85190b


#85190b Border Color

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

This div border color is #85190b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,25,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85190b


Comments

No comments written yet.

Please login to write comment.