Color Hex Logo

#991383 Color Hex

#991383
(153,19,131)
0 Favorites   0 Comments

Color spaces of #991383

RGB 15319131
HSL0.860.780.34
HSV310°88°60°
CMYK 0.000.880.14   0.40
XYZ17.46658.876722.2655
Yxy8.87670.35930.1826
Hunter Lab29.793852.5058-23.4530
CIE-Lab35.745861.2243-28.6126

#991383 color RGB value is (153,19,131).

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

The process color (four color CMYK) of #991383 color hex is 0.00, 0.88, 0.14, 0.40. Web safe color of #991383 is #990099. Color #991383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 10000011
Octal 231 23 203
Decimal 153 19 131
Hex 99 13 83

RGB Percentages of Color #991383

%50.50
%6.27
%43.23

CMYK Percentages of Color #991383

%0
%88
%14
%40

Triadic Colors of #991383

#991383 #839913 #138399

Analogous Colors of #991383

#991383 #991340 #6c1399

Monochromatic Colors of #991383

#991383

Complementary Color

#991383 #139929

#991383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991383 Color CSS Codes

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

#991383 Text Font Color

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

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


#991383 Background Color

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

This div background color is #991383


#991383 Border Color

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

This div border color is #991383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991383


Comments

No comments written yet.

Please login to write comment.