Color Hex Logo

#944379 Color Hex

#944379
(148,67,121)
0 Favorites   0 Comments

Color spaces of #944379

RGB 14867121
HSL0.890.380.42
HSV320°55°58°
CMYK 0.000.550.18   0.42
XYZ17.671111.690719.4143
Yxy11.69070.36230.2397
Hunter Lab34.191732.4178-9.7312
CIE-Lab40.720340.8884-14.7750

#944379 color RGB value is (148,67,121).

#944379 hex color red value is 148, green value is 67 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #944379 hue: 0.89 , saturation: 0.38 and the lightness value of 944379 is 0.42.

The process color (four color CMYK) of #944379 color hex is 0.00, 0.55, 0.18, 0.42. Web safe color of #944379 is #993366. Color #944379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01000011 01111001
Octal 224 103 171
Decimal 148 67 121
Hex 94 43 79

RGB Percentages of Color #944379

%44.05
%19.94
%36.01

CMYK Percentages of Color #944379

%0
%55
%18
%42

Triadic Colors of #944379

#944379 #799443 #437994

Analogous Colors of #944379

#944379 #944351 #874394

Monochromatic Colors of #944379

#944379

Complementary Color

#944379 #43945e

#944379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#944379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#944379 Color CSS Codes

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

#944379 Text Font Color

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

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


#944379 Background Color

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

This div background color is #944379


#944379 Border Color

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

This div border color is #944379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,67,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #944379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #944379;
  -webkit-box-shadow: 1px 1px 3px 2px #944379;
  box-shadow:         1px 1px 3px 2px #944379; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,67,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #944379


Comments

No comments written yet.

Please login to write comment.