Color Hex Logo

#85141f Color Hex

#85141F
(133,20,31)
0 Favorites   0 Comments

Color spaces of #85141f

RGB 1332031
HSL0.980.740.30
HSV354°85°52°
CMYK 0.000.850.77   0.48
XYZ10.17035.58581.8385
Yxy5.58580.57800.3175
Hunter Lab23.634335.452011.9319
CIE-Lab28.342546.243825.1430

#85141f color RGB value is (133,20,31).

#85141f hex color red value is 133, green value is 20 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #85141f hue: 0.98 , saturation: 0.74 and the lightness value of 85141f is 0.30.

The process color (four color CMYK) of #85141f color hex is 0.00, 0.85, 0.77, 0.48. Web safe color of #85141f is #990033. Color #85141f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010100 00011111
Octal 205 24 37
Decimal 133 20 31
Hex 85 14 1F

RGB Percentages of Color #85141f

%72.28
%10.87
%16.85

CMYK Percentages of Color #85141f

%0
%85
%77
%48

Triadic Colors of #85141f

#85141f #1f8514 #141f85

Analogous Colors of #85141f

#85141f #854214 #851457

Monochromatic Colors of #85141f

#85141f

Complementary Color

#85141f #14857a

#85141f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85141f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85141f Color CSS Codes

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

#85141f Text Font Color

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

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


#85141f Background Color

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

This div background color is #85141f


#85141f Border Color

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

This div border color is #85141f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85141f


Comments

No comments written yet.

Please login to write comment.