Color Hex Logo

#85140a Color Hex

#85140A
(133,20,10)
0 Favorites   0 Comments

Color spaces of #85140a

RGB 1332010
HSL0.010.860.28
HSV92°52°
CMYK 0.000.850.92   0.48
XYZ9.97785.50880.8246
Yxy5.50880.61170.3377
Hunter Lab23.470834.809014.3465
CIE-Lab28.137845.618936.7188

#85140a color RGB value is (133,20,10).

#85140a hex color red value is 133, green value is 20 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #85140a hue: 0.01 , saturation: 0.86 and the lightness value of 85140a is 0.28.

The process color (four color CMYK) of #85140a color hex is 0.00, 0.85, 0.92, 0.48. Web safe color of #85140a is #990000. Color #85140a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010100 00001010
Octal 205 24 12
Decimal 133 20 10
Hex 85 14 A

RGB Percentages of Color #85140a

%81.60
%12.27
%6.13

CMYK Percentages of Color #85140a

%0
%85
%92
%48

Triadic Colors of #85140a

#85140a #0a8514 #140a85

Analogous Colors of #85140a

#85140a #85520a #850a3d

Monochromatic Colors of #85140a

#85140a

Complementary Color

#85140a #0a7b85

#85140a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85140a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85140a Color CSS Codes

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

#85140a Text Font Color

<p style="color:#85140a">Text here</p>

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


#85140a Background Color

<div style="background-color:#85140a">
Div content here</div>

This div background color is #85140a


#85140a Border Color

<div style="border:3px solid #85140a">
Div here</div>

This div border color is #85140a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85140a


Comments

No comments written yet.

Please login to write comment.