Color Hex Logo

#991966 Color Hex

#991966
(153,25,102)
0 Favorites   0 Comments

Color spaces of #991966

RGB 15325102
HSL0.900.720.35
HSV324°84°60°
CMYK 0.000.840.33   0.40
XYZ15.88288.426913.3598
Yxy8.42690.42160.2237
Hunter Lab29.029146.8623-6.9661
CIE-Lab34.856656.1920-11.6987

#991966 color RGB value is (153,25,102).

#991966 hex color red value is 153, green value is 25 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #991966 hue: 0.90 , saturation: 0.72 and the lightness value of 991966 is 0.35.

The process color (four color CMYK) of #991966 color hex is 0.00, 0.84, 0.33, 0.40. Web safe color of #991966 is #990066. Color #991966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011001 01100110
Octal 231 31 146
Decimal 153 25 102
Hex 99 19 66

RGB Percentages of Color #991966

%54.64
%8.93
%36.43

CMYK Percentages of Color #991966

%0
%84
%33
%40

Triadic Colors of #991966

#991966 #669919 #196699

Analogous Colors of #991966

#991966 #991926 #8c1999

Monochromatic Colors of #991966

#991966

Complementary Color

#991966 #19994c

#991966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991966 Color CSS Codes

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

#991966 Text Font Color

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

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


#991966 Background Color

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

This div background color is #991966


#991966 Border Color

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

This div border color is #991966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991966


Comments

No comments written yet.

Please login to write comment.