Color Hex Logo

#992461 Color Hex

#992461
(153,36,97)
0 Favorites   0 Comments

Color spaces of #992461

RGB 1533697
HSL0.910.620.37
HSV329°76°60°
CMYK 0.000.760.37   0.40
XYZ15.92548.897112.1872
Yxy8.89710.43030.2404
Hunter Lab29.828043.1035-3.3452
CIE-Lab35.785452.4344-7.1002

#992461 color RGB value is (153,36,97).

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

The process color (four color CMYK) of #992461 color hex is 0.00, 0.76, 0.37, 0.40. Web safe color of #992461 is #993366. Color #992461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100100 01100001
Octal 231 44 141
Decimal 153 36 97
Hex 99 24 61

RGB Percentages of Color #992461

%53.50
%12.59
%33.92

CMYK Percentages of Color #992461

%0
%76
%37
%40

Triadic Colors of #992461

#992461 #619924 #246199

Analogous Colors of #992461

#992461 #992426 #972499

Monochromatic Colors of #992461

#992461

Complementary Color

#992461 #24995c

#992461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992461 Color CSS Codes

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

#992461 Text Font Color

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

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


#992461 Background Color

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

This div background color is #992461


#992461 Border Color

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

This div border color is #992461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992461


Comments

No comments written yet.

Please login to write comment.