Color Hex Logo

#981f12 Color Hex

#981F12
(152,31,18)
0 Favorites   0 Comments

Color spaces of #981f12

RGB 1523118
HSL0.020.790.33
HSV88°60°
CMYK 0.000.800.88   0.40
XYZ13.54817.69901.3443
Yxy7.69900.59970.3408
Hunter Lab27.747138.599116.5504
CIE-Lab33.348048.479238.8579

#981f12 color RGB value is (152,31,18).

#981f12 hex color red value is 152, green value is 31 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #981f12 hue: 0.02 , saturation: 0.79 and the lightness value of 981f12 is 0.33.

The process color (four color CMYK) of #981f12 color hex is 0.00, 0.80, 0.88, 0.40. Web safe color of #981f12 is #993300. Color #981f12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011111 00010010
Octal 230 37 22
Decimal 152 31 18
Hex 98 1F 12

RGB Percentages of Color #981f12

%75.62
%15.42
%8.96

CMYK Percentages of Color #981f12

%0
%80
%88
%40

Triadic Colors of #981f12

#981f12 #12981f #1f1298

Analogous Colors of #981f12

#981f12 #986212 #981248

Monochromatic Colors of #981f12

#981f12

Complementary Color

#981f12 #128b98

#981f12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981f12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981f12 Color CSS Codes

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

#981f12 Text Font Color

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

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


#981f12 Background Color

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

This div background color is #981f12


#981f12 Border Color

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

This div border color is #981f12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,31,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #981f12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #981f12;
  -webkit-box-shadow: 1px 1px 3px 2px #981f12;
  box-shadow:         1px 1px 3px 2px #981f12; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981f12


Comments

No comments written yet.

Please login to write comment.