Color Hex Logo

#981310 Color Hex

#981310
(152,19,16)
0 Favorites   0 Comments

Color spaces of #981310

RGB 1521916
HSL0.000.810.33
HSV89°60°
CMYK 0.000.880.89   0.40
XYZ13.27537.17861.1761
Yxy7.17860.61370.3319
Hunter Lab26.792941.555216.1524
CIE-Lab32.210151.619038.9104

#981310 color RGB value is (152,19,16).

#981310 hex color red value is 152, green value is 19 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #981310 hue: 0.00 , saturation: 0.81 and the lightness value of 981310 is 0.33.

The process color (four color CMYK) of #981310 color hex is 0.00, 0.88, 0.89, 0.40. Web safe color of #981310 is #990000. Color #981310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010011 00010000
Octal 230 23 20
Decimal 152 19 16
Hex 98 13 10

RGB Percentages of Color #981310

%81.28
%10.16
%8.56

CMYK Percentages of Color #981310

%0
%88
%89
%40

Triadic Colors of #981310

#981310 #109813 #131098

Analogous Colors of #981310

#981310 #985710 #981051

Monochromatic Colors of #981310

#981310

Complementary Color

#981310 #109598

#981310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981310 Color CSS Codes

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

#981310 Text Font Color

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

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


#981310 Background Color

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

This div background color is #981310


#981310 Border Color

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

This div border color is #981310


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,19,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #981310; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #981310;
  -webkit-box-shadow: 1px 1px 3px 2px #981310;
  box-shadow:         1px 1px 3px 2px #981310; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,19,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981310


Comments

No comments written yet.

Please login to write comment.