Color Hex Logo

#992663 Color Hex

#992663
(153,38,99)
0 Favorites   0 Comments

Color spaces of #992663

RGB 1533899
HSL0.910.600.37
HSV328°75°60°
CMYK 0.000.750.35   0.40
XYZ16.08219.059412.7054
Yxy9.05940.42490.2394
Hunter Lab30.098842.7013-3.9585
CIE-Lab36.098451.9865-7.9077

#992663 color RGB value is (153,38,99).

#992663 hex color red value is 153, green value is 38 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #992663 hue: 0.91 , saturation: 0.60 and the lightness value of 992663 is 0.37.

The process color (four color CMYK) of #992663 color hex is 0.00, 0.75, 0.35, 0.40. Web safe color of #992663 is #993366. Color #992663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100110 01100011
Octal 231 46 143
Decimal 153 38 99
Hex 99 26 63

RGB Percentages of Color #992663

%52.76
%13.10
%34.14

CMYK Percentages of Color #992663

%0
%75
%35
%40

Triadic Colors of #992663

#992663 #639926 #266399

Analogous Colors of #992663

#992663 #99262a #962699

Monochromatic Colors of #992663

#992663

Complementary Color

#992663 #26995c

#992663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992663 Color CSS Codes

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

#992663 Text Font Color

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

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


#992663 Background Color

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

This div background color is #992663


#992663 Border Color

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

This div border color is #992663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992663


Comments

No comments written yet.

Please login to write comment.