Color Hex Logo

#994244 Color Hex

#994244
(153,66,68)
0 Favorites   0 Comments

Color spaces of #994244

RGB 1536668
HSL1.000.400.43
HSV359°57°60°
CMYK 0.000.570.56   0.40
XYZ16.128511.08616.7586
Yxy11.08610.47470.3263
Hunter Lab33.295828.197811.2720
CIE-Lab39.725136.619916.8893

#994244 color RGB value is (153,66,68).

#994244 hex color red value is 153, green value is 66 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #994244 hue: 1.00 , saturation: 0.40 and the lightness value of 994244 is 0.43.

The process color (four color CMYK) of #994244 color hex is 0.00, 0.57, 0.56, 0.40. Web safe color of #994244 is #993333. Color #994244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000010 01000100
Octal 231 102 104
Decimal 153 66 68
Hex 99 42 44

RGB Percentages of Color #994244

%53.31
%23.00
%23.69

CMYK Percentages of Color #994244

%0
%57
%56
%40

Triadic Colors of #994244

#994244 #449942 #424499

Analogous Colors of #994244

#994244 #996c42 #994270

Monochromatic Colors of #994244

#994244

Complementary Color

#994244 #429997

#994244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994244 Color CSS Codes

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

#994244 Text Font Color

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

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


#994244 Background Color

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

This div background color is #994244


#994244 Border Color

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

This div border color is #994244


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,66,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 #994244">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994244


Comments

No comments written yet.

Please login to write comment.