Color Hex Logo

#85170b Color Hex

#85170B
(133,23,11)
0 Favorites   0 Comments

Color spaces of #85170b

RGB 1332311
HSL0.020.850.28
HSV92°52°
CMYK 0.000.830.92   0.48
XYZ10.03975.62350.8729
Yxy5.62350.60710.3401
Hunter Lab23.713934.071714.4173
CIE-Lab28.442044.794336.5525

#85170b color RGB value is (133,23,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010111 00001011
Octal 205 27 13
Decimal 133 23 11
Hex 85 17 B

RGB Percentages of Color #85170b

%79.64
%13.77
%6.59

CMYK Percentages of Color #85170b

%0
%83
%92
%48

Triadic Colors of #85170b

#85170b #0b8517 #170b85

Analogous Colors of #85170b

#85170b #85540b #850b3c

Monochromatic Colors of #85170b

#85170b

Complementary Color

#85170b #0b7985

#85170b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85170b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85170b Color CSS Codes

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

#85170b Text Font Color

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

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


#85170b Background Color

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

This div background color is #85170b


#85170b Border Color

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

This div border color is #85170b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85170b


Comments

No comments written yet.

Please login to write comment.