Color Hex Logo

#85071f Color Hex

#85071F
(133,7,31)
0 Favorites   0 Comments

Color spaces of #85071f

RGB 133731
HSL0.970.900.27
HSV349°95°52°
CMYK 0.000.950.77   0.48
XYZ9.99625.23741.7804
Yxy5.23740.58750.3078
Hunter Lab22.885437.918411.4072
CIE-Lab27.400748.940924.0655

#85071f color RGB value is (133,7,31).

#85071f hex color red value is 133, green value is 7 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #85071f hue: 0.97 , saturation: 0.90 and the lightness value of 85071f is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000111 00011111
Octal 205 7 37
Decimal 133 7 31
Hex 85 7 1F

RGB Percentages of Color #85071f

%77.78
%4.09
%18.13

CMYK Percentages of Color #85071f

%0
%95
%77
%48

Triadic Colors of #85071f

#85071f #1f8507 #071f85

Analogous Colors of #85071f

#85071f #852e07 #85075e

Monochromatic Colors of #85071f

#85071f

Complementary Color

#85071f #07856d

#85071f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85071f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85071f Color CSS Codes

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

#85071f Text Font Color

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

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


#85071f Background Color

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

This div background color is #85071f


#85071f Border Color

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

This div border color is #85071f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85071f


Comments

No comments written yet.

Please login to write comment.