Color Hex Logo

#994faa Color Hex

#994FAA
(153,79,170)
0 Favorites   0 Comments

Color spaces of #994faa

RGB 15379170
HSL0.800.370.49
HSV289°54°67°
CMYK 0.100.540.00   0.33
XYZ23.188615.266539.7548
Yxy15.26650.29650.1952
Hunter Lab39.072437.5592-32.9749
CIE-Lab45.997145.1984-36.0549

#994faa color RGB value is (153,79,170).

#994faa hex color red value is 153, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #994faa hue: 0.80 , saturation: 0.37 and the lightness value of 994faa is 0.49.

The process color (four color CMYK) of #994faa color hex is 0.10, 0.54, 0.00, 0.33. Web safe color of #994faa is #996699. Color #994faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001111 10101010
Octal 231 117 252
Decimal 153 79 170
Hex 99 4F AA

RGB Percentages of Color #994faa

%38.06
%19.65
%42.29

CMYK Percentages of Color #994faa

%10
%54
%0
%33

Triadic Colors of #994faa

#994faa #aa994f #4faa99

Analogous Colors of #994faa

#994faa #aa4f8e #6c4faa

Monochromatic Colors of #994faa

#994faa

Complementary Color

#994faa #60aa4f

#994faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#994faa Color CSS Codes

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

#994faa Text Font Color

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

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


#994faa Background Color

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

This div background color is #994faa


#994faa Border Color

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

This div border color is #994faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,79,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #994faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #994faa;
  -webkit-box-shadow: 1px 1px 3px 2px #994faa;
  box-shadow:         1px 1px 3px 2px #994faa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994faa


Comments

No comments written yet.

Please login to write comment.