Color Hex Logo

#85200e Color Hex

#85200E
(133,32,14)
0 Favorites   0 Comments

Color spaces of #85200e

RGB 1333214
HSL0.030.810.29
HSV89°52°
CMYK 0.000.760.89   0.48
XYZ10.26866.05131.0423
Yxy6.05130.59140.3485
Hunter Lab24.599431.462914.7074
CIE-Lab29.541541.837736.0539

#85200e color RGB value is (133,32,14).

#85200e hex color red value is 133, green value is 32 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #85200e hue: 0.03 , saturation: 0.81 and the lightness value of 85200e is 0.29.

The process color (four color CMYK) of #85200e color hex is 0.00, 0.76, 0.89, 0.48. Web safe color of #85200e is #993300. Color #85200e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100000 00001110
Octal 205 40 16
Decimal 133 32 14
Hex 85 20 E

RGB Percentages of Color #85200e

%74.30
%17.88
%7.82

CMYK Percentages of Color #85200e

%0
%76
%89
%48

Triadic Colors of #85200e

#85200e #0e8520 #200e85

Analogous Colors of #85200e

#85200e #855c0e #850e37

Monochromatic Colors of #85200e

#85200e

Complementary Color

#85200e #0e7385

#85200e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85200e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85200e Color CSS Codes

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

#85200e Text Font Color

<p style="color:#85200e">Text here</p>

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


#85200e Background Color

<div style="background-color:#85200e">
Div content here</div>

This div background color is #85200e


#85200e Border Color

<div style="border:3px solid #85200e">
Div here</div>

This div border color is #85200e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,32,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85200e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85200e;
  -webkit-box-shadow: 1px 1px 3px 2px #85200e;
  box-shadow:         1px 1px 3px 2px #85200e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85200e


Comments

No comments written yet.

Please login to write comment.