Color Hex Logo

#981c40 Color Hex

#981C40
(152,28,64)
0 Favorites   0 Comments

Color spaces of #981c40

RGB 1522864
HSL0.950.690.35
HSV343°82°60°
CMYK 0.000.820.58   0.40
XYZ14.28967.87615.6176
Yxy7.87610.51430.2835
Hunter Lab28.064441.77457.7771
CIE-Lab33.723551.541211.2752

#981c40 color RGB value is (152,28,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011100 01000000
Octal 230 34 100
Decimal 152 28 64
Hex 98 1C 40

RGB Percentages of Color #981c40

%62.30
%11.48
%26.23

CMYK Percentages of Color #981c40

%0
%82
%58
%40

Triadic Colors of #981c40

#981c40 #40981c #1c4098

Analogous Colors of #981c40

#981c40 #98361c #981c7e

Monochromatic Colors of #981c40

#981c40

Complementary Color

#981c40 #1c9874

#981c40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981c40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981c40 Color CSS Codes

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

#981c40 Text Font Color

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

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


#981c40 Background Color

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

This div background color is #981c40


#981c40 Border Color

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

This div border color is #981c40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981c40


Comments

No comments written yet.

Please login to write comment.