Color Hex Logo

#981c31 Color Hex

#981C31
(152,28,49)
0 Favorites   0 Comments

Color spaces of #981c31

RGB 1522849
HSL0.970.690.35
HSV350°82°60°
CMYK 0.000.820.68   0.40
XYZ13.91857.72773.6637
Yxy7.72770.54990.3053
Hunter Lab27.798740.725011.6451
CIE-Lab33.409250.574120.6204

#981c31 color RGB value is (152,28,49).

#981c31 hex color red value is 152, green value is 28 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #981c31 hue: 0.97 , saturation: 0.69 and the lightness value of 981c31 is 0.35.

The process color (four color CMYK) of #981c31 color hex is 0.00, 0.82, 0.68, 0.40. Web safe color of #981c31 is #993333. Color #981c31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011100 00110001
Octal 230 34 61
Decimal 152 28 49
Hex 98 1C 31

RGB Percentages of Color #981c31

%66.38
%12.23
%21.40

CMYK Percentages of Color #981c31

%0
%82
%68
%40

Triadic Colors of #981c31

#981c31 #31981c #1c3198

Analogous Colors of #981c31

#981c31 #98451c #981c6f

Monochromatic Colors of #981c31

#981c31

Complementary Color

#981c31 #1c9883

#981c31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981c31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981c31 Color CSS Codes

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

#981c31 Text Font Color

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

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


#981c31 Background Color

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

This div background color is #981c31


#981c31 Border Color

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

This div border color is #981c31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981c31


Comments

No comments written yet.

Please login to write comment.