Color Hex Logo

#994144 Color Hex

#994144
(153,65,68)
0 Favorites   0 Comments

Color spaces of #994144

RGB 1536568
HSL0.990.400.43
HSV358°58°60°
CMYK 0.000.580.56   0.40
XYZ16.070610.97036.7393
Yxy10.97030.47570.3248
Hunter Lab33.121428.646111.1211
CIE-Lab39.530437.127516.6290

#994144 color RGB value is (153,65,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000001 01000100
Octal 231 101 104
Decimal 153 65 68
Hex 99 41 44

RGB Percentages of Color #994144

%53.50
%22.73
%23.78

CMYK Percentages of Color #994144

%0
%58
%56
%40

Triadic Colors of #994144

#994144 #449941 #414499

Analogous Colors of #994144

#994144 #996a41 #994170

Monochromatic Colors of #994144

#994144

Complementary Color

#994144 #419996

#994144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994144 Color CSS Codes

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

#994144 Text Font Color

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

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


#994144 Background Color

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

This div background color is #994144


#994144 Border Color

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

This div border color is #994144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994144


Comments

No comments written yet.

Please login to write comment.