Color Hex Logo

#991373 Color Hex

#991373
(153,19,115)
0 Favorites   0 Comments

Color spaces of #991373

RGB 15319115
HSL0.880.780.34
HSV317°88°60°
CMYK 0.000.880.25   0.40
XYZ16.46438.475916.9879
Yxy8.47590.39270.2022
Hunter Lab29.113449.9974-14.2168
CIE-Lab34.955059.0887-19.8154

#991373 color RGB value is (153,19,115).

#991373 hex color red value is 153, green value is 19 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #991373 hue: 0.88 , saturation: 0.78 and the lightness value of 991373 is 0.34.

The process color (four color CMYK) of #991373 color hex is 0.00, 0.88, 0.25, 0.40. Web safe color of #991373 is #990066. Color #991373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 01110011
Octal 231 23 163
Decimal 153 19 115
Hex 99 13 73

RGB Percentages of Color #991373

%53.31
%6.62
%40.07

CMYK Percentages of Color #991373

%0
%88
%25
%40

Triadic Colors of #991373

#991373 #739913 #137399

Analogous Colors of #991373

#991373 #991330 #7c1399

Monochromatic Colors of #991373

#991373

Complementary Color

#991373 #139939

#991373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991373 Color CSS Codes

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

#991373 Text Font Color

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

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


#991373 Background Color

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

This div background color is #991373


#991373 Border Color

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

This div border color is #991373


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,19,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #991373; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #991373;
  -webkit-box-shadow: 1px 1px 3px 2px #991373;
  box-shadow:         1px 1px 3px 2px #991373; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,19,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991373


Comments

No comments written yet.

Please login to write comment.