Color Hex Logo

#991f47 Color Hex

#991F47
(153,31,71)
0 Favorites   0 Comments

Color spaces of #991f47

RGB 1533171
HSL0.950.660.36
HSV340°80°60°
CMYK 0.000.800.54   0.40
XYZ14.76428.20726.7672
Yxy8.20720.49650.2760
Hunter Lab28.648241.85786.0484
CIE-Lab34.410751.49047.6930

#991f47 color RGB value is (153,31,71).

#991f47 hex color red value is 153, green value is 31 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #991f47 hue: 0.95 , saturation: 0.66 and the lightness value of 991f47 is 0.36.

The process color (four color CMYK) of #991f47 color hex is 0.00, 0.80, 0.54, 0.40. Web safe color of #991f47 is #993333. Color #991f47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011111 01000111
Octal 231 37 107
Decimal 153 31 71
Hex 99 1F 47

RGB Percentages of Color #991f47

%60.00
%12.16
%27.84

CMYK Percentages of Color #991f47

%0
%80
%54
%40

Triadic Colors of #991f47

#991f47 #47991f #1f4799

Analogous Colors of #991f47

#991f47 #99341f #991f84

Monochromatic Colors of #991f47

#991f47

Complementary Color

#991f47 #1f9971

#991f47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991f47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991f47 Color CSS Codes

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

#991f47 Text Font Color

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

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


#991f47 Background Color

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

This div background color is #991f47


#991f47 Border Color

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

This div border color is #991f47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,31,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #991f47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #991f47;
  -webkit-box-shadow: 1px 1px 3px 2px #991f47;
  box-shadow:         1px 1px 3px 2px #991f47; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,31,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 #991f47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991f47


Comments

No comments written yet.

Please login to write comment.