Color Hex Logo

#990944 Color Hex

#990944
(153,9,68)
0 Favorites   0 Comments

Color spaces of #990944

RGB 153968
HSL0.930.890.32
HSV335°94°60°
CMYK 0.000.940.56   0.40
XYZ14.27797.38506.1418
Yxy7.38500.51350.2656
Hunter Lab27.175446.22685.6228
CIE-Lab32.667856.01927.2076

#990944 color RGB value is (153,9,68).

#990944 hex color red value is 153, green value is 9 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #990944 hue: 0.93 , saturation: 0.89 and the lightness value of 990944 is 0.32.

The process color (four color CMYK) of #990944 color hex is 0.00, 0.94, 0.56, 0.40. Web safe color of #990944 is #990033. Color #990944 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00001001 01000100
Octal 231 11 104
Decimal 153 9 68
Hex 99 9 44

RGB Percentages of Color #990944

%66.52
%3.91
%29.57

CMYK Percentages of Color #990944

%0
%94
%56
%40

Triadic Colors of #990944

#990944 #449909 #094499

Analogous Colors of #990944

#990944 #991609 #99098c

Monochromatic Colors of #990944

#990944

Complementary Color

#990944 #09995e

#990944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990944 Color CSS Codes

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

#990944 Text Font Color

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

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


#990944 Background Color

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

This div background color is #990944


#990944 Border Color

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

This div border color is #990944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990944


Comments

No comments written yet.

Please login to write comment.