Color Hex Logo

#944caa Color Hex

#944CAA
(148,76,170)
0 Favorites   0 Comments

Color spaces of #944caa

RGB 14876170
HSL0.790.380.48
HSV286°55°67°
CMYK 0.130.550.00   0.33
XYZ22.052914.367139.6410
Yxy14.36710.28990.1889
Hunter Lab37.904037.5212-35.4743
CIE-Lab44.754945.3666-38.0601

#944caa color RGB value is (148,76,170).

#944caa hex color red value is 148, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #944caa hue: 0.79 , saturation: 0.38 and the lightness value of 944caa is 0.48.

The process color (four color CMYK) of #944caa color hex is 0.13, 0.55, 0.00, 0.33. Web safe color of #944caa is #993399. Color #944caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01001100 10101010
Octal 224 114 252
Decimal 148 76 170
Hex 94 4C AA

RGB Percentages of Color #944caa

%37.56
%19.29
%43.15

CMYK Percentages of Color #944caa

%13
%55
%0
%33

Triadic Colors of #944caa

#944caa #aa944c #4caa94

Analogous Colors of #944caa

#944caa #aa4c91 #654caa

Monochromatic Colors of #944caa

#944caa

Complementary Color

#944caa #62aa4c

#944caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#944caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#944caa Color CSS Codes

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

#944caa Text Font Color

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

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


#944caa Background Color

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

This div background color is #944caa


#944caa Border Color

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

This div border color is #944caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,76,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #944caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #944caa;
  -webkit-box-shadow: 1px 1px 3px 2px #944caa;
  box-shadow:         1px 1px 3px 2px #944caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #944caa


Comments

No comments written yet.

Please login to write comment.