Color Hex Logo

#85112f Color Hex

#85112F
(133,17,47)
0 Favorites   0 Comments

Color spaces of #85112f

RGB 1331747
HSL0.960.770.29
HSV344°87°52°
CMYK 0.000.870.65   0.48
XYZ10.38645.59273.2214
Yxy5.59270.54090.2913
Hunter Lab23.648937.01028.4779
CIE-Lab28.360747.834614.6266

#85112f color RGB value is (133,17,47).

#85112f hex color red value is 133, green value is 17 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #85112f hue: 0.96 , saturation: 0.77 and the lightness value of 85112f is 0.29.

The process color (four color CMYK) of #85112f color hex is 0.00, 0.87, 0.65, 0.48. Web safe color of #85112f is #990033. Color #85112f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010001 00101111
Octal 205 21 57
Decimal 133 17 47
Hex 85 11 2F

RGB Percentages of Color #85112f

%67.51
%8.63
%23.86

CMYK Percentages of Color #85112f

%0
%87
%65
%48

Triadic Colors of #85112f

#85112f #2f8511 #112f85

Analogous Colors of #85112f

#85112f #852d11 #851169

Monochromatic Colors of #85112f

#85112f

Complementary Color

#85112f #118567

#85112f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85112f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85112f Color CSS Codes

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

#85112f Text Font Color

<p style="color:#85112f">Text here</p>

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


#85112f Background Color

<div style="background-color:#85112f">
Div content here</div>

This div background color is #85112f


#85112f Border Color

<div style="border:3px solid #85112f">
Div here</div>

This div border color is #85112f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,17,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85112f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85112f;
  -webkit-box-shadow: 1px 1px 3px 2px #85112f;
  box-shadow:         1px 1px 3px 2px #85112f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85112f


Comments

No comments written yet.

Please login to write comment.