Color Hex Logo

#85000e Color Hex

#85000E
(133,0,14)
0 Favorites   0 Comments

Color spaces of #85000e

RGB 133014
HSL0.981.000.26
HSV354°100°52°
CMYK 0.001.000.89   0.48
XYZ9.75215.01830.8701
Yxy5.01830.62350.3209
Hunter Lab22.401638.503913.3782
CIE-Lab26.786849.649833.7388

#85000e color RGB value is (133,0,14).

#85000e hex color red value is 133, green value is 0 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #85000e hue: 0.98 , saturation: 1.00 and the lightness value of 85000e is 0.26.

The process color (four color CMYK) of #85000e color hex is 0.00, 1.00, 0.89, 0.48. Web safe color of #85000e is #990000. Color #85000e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000000 00001110
Octal 205 0 16
Decimal 133 0 14
Hex 85 0 E

RGB Percentages of Color #85000e

%90.48
%0.00
%9.52

CMYK Percentages of Color #85000e

%0
%100
%89
%48

Triadic Colors of #85000e

#85000e #0e8500 #000e85

Analogous Colors of #85000e

#85000e #853500 #850050

Monochromatic Colors of #85000e

#85000e

Complementary Color

#85000e #008577

#85000e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85000e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85000e Color CSS Codes

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

#85000e Text Font Color

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

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


#85000e Background Color

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

This div background color is #85000e


#85000e Border Color

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

This div border color is #85000e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85000e


Comments

No comments written yet.

Please login to write comment.