Color Hex Logo

#991565 Color Hex

#991565
(153,21,101)
0 Favorites   0 Comments

Color spaces of #991565

RGB 15321101
HSL0.900.760.34
HSV324°86°60°
CMYK 0.000.860.34   0.40
XYZ15.75408.248213.0737
Yxy8.24820.42490.2225
Hunter Lab28.719747.6556-6.8861
CIE-Lab34.494557.0061-11.6084

#991565 color RGB value is (153,21,101).

#991565 hex color red value is 153, green value is 21 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #991565 hue: 0.90 , saturation: 0.76 and the lightness value of 991565 is 0.34.

The process color (four color CMYK) of #991565 color hex is 0.00, 0.86, 0.34, 0.40. Web safe color of #991565 is #990066. Color #991565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010101 01100101
Octal 231 25 145
Decimal 153 21 101
Hex 99 15 65

RGB Percentages of Color #991565

%55.64
%7.64
%36.73

CMYK Percentages of Color #991565

%0
%86
%34
%40

Triadic Colors of #991565

#991565 #659915 #156599

Analogous Colors of #991565

#991565 #991523 #8b1599

Monochromatic Colors of #991565

#991565

Complementary Color

#991565 #159949

#991565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991565 Color CSS Codes

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

#991565 Text Font Color

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

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


#991565 Background Color

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

This div background color is #991565


#991565 Border Color

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

This div border color is #991565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991565

#991565 Color Palettes


Comments

No comments written yet.

Please login to write comment.