Color Hex Logo

#981b47 Color Hex

#981B47
(152,27,71)
0 Favorites   0 Comments

Color spaces of #981b47

RGB 1522771
HSL0.940.700.35
HSV339°82°60°
CMYK 0.000.820.53   0.40
XYZ14.47827.91426.7257
Yxy7.91420.49720.2718
Hunter Lab28.132242.63355.5178
CIE-Lab33.803652.36076.8084

#981b47 color RGB value is (152,27,71).

#981b47 hex color red value is 152, green value is 27 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #981b47 hue: 0.94 , saturation: 0.70 and the lightness value of 981b47 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011011 01000111
Octal 230 33 107
Decimal 152 27 71
Hex 98 1B 47

RGB Percentages of Color #981b47

%60.80
%10.80
%28.40

CMYK Percentages of Color #981b47

%0
%82
%53
%40

Triadic Colors of #981b47

#981b47 #47981b #1b4798

Analogous Colors of #981b47

#981b47 #982e1b #981b86

Monochromatic Colors of #981b47

#981b47

Complementary Color

#981b47 #1b986c

#981b47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981b47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981b47 Color CSS Codes

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

#981b47 Text Font Color

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

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


#981b47 Background Color

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

This div background color is #981b47


#981b47 Border Color

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

This div border color is #981b47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981b47


Comments

No comments written yet.

Please login to write comment.