Color Hex Logo

#85313a Color Hex

#85313A
(133,49,58)
0 Favorites   0 Comments

Color spaces of #85313a

RGB 1334958
HSL0.980.460.36
HSV354°63°52°
CMYK 0.000.630.56   0.48
XYZ11.53497.48874.8405
Yxy7.48870.48340.3138
Hunter Lab27.365527.35048.6684
CIE-Lab32.894536.797113.4509

#85313a color RGB value is (133,49,58).

#85313a hex color red value is 133, green value is 49 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #85313a hue: 0.98 , saturation: 0.46 and the lightness value of 85313a is 0.36.

The process color (four color CMYK) of #85313a color hex is 0.00, 0.63, 0.56, 0.48. Web safe color of #85313a is #993333. Color #85313a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110001 00111010
Octal 205 61 72
Decimal 133 49 58
Hex 85 31 3A

RGB Percentages of Color #85313a

%55.42
%20.42
%24.17

CMYK Percentages of Color #85313a

%0
%63
%56
%48

Triadic Colors of #85313a

#85313a #3a8531 #313a85

Analogous Colors of #85313a

#85313a #855231 #853164

Monochromatic Colors of #85313a

#85313a

Complementary Color

#85313a #31857c

#85313a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85313a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85313a Color CSS Codes

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

#85313a Text Font Color

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

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


#85313a Background Color

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

This div background color is #85313a


#85313a Border Color

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

This div border color is #85313a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85313a


Comments

No comments written yet.

Please login to write comment.