Color Hex Logo

#85220f Color Hex

#85220F
(133,34,15)
0 Favorites   0 Comments

Color spaces of #85220f

RGB 1333415
HSL0.030.800.29
HSV10°89°52°
CMYK 0.000.740.89   0.48
XYZ10.33116.16511.0974
Yxy6.16510.58720.3504
Hunter Lab24.829630.818414.7603
CIE-Lab29.825241.097035.8076

#85220f color RGB value is (133,34,15).

#85220f hex color red value is 133, green value is 34 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #85220f hue: 0.03 , saturation: 0.80 and the lightness value of 85220f is 0.29.

The process color (four color CMYK) of #85220f color hex is 0.00, 0.74, 0.89, 0.48. Web safe color of #85220f is #993300. Color #85220f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100010 00001111
Octal 205 42 17
Decimal 133 34 15
Hex 85 22 F

RGB Percentages of Color #85220f

%73.08
%18.68
%8.24

CMYK Percentages of Color #85220f

%0
%74
%89
%48

Triadic Colors of #85220f

#85220f #0f8522 #220f85

Analogous Colors of #85220f

#85220f #855d0f #850f37

Monochromatic Colors of #85220f

#85220f

Complementary Color

#85220f #0f7285

#85220f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85220f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85220f Color CSS Codes

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

#85220f Text Font Color

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

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


#85220f Background Color

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

This div background color is #85220f


#85220f Border Color

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

This div border color is #85220f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85220f


Comments

No comments written yet.

Please login to write comment.