Color Hex Logo

#994aa6 Color Hex

#994AA6
(153,74,166)
0 Favorites   0 Comments

Color spaces of #994aa6

RGB 15374166
HSL0.810.380.47
HSV292°55°65°
CMYK 0.080.550.00   0.35
XYZ22.468614.423037.6761
Yxy14.42300.30130.1934
Hunter Lab37.977639.1446-32.2349
CIE-Lab44.833646.9459-35.5247

#994aa6 color RGB value is (153,74,166).

#994aa6 hex color red value is 153, green value is 74 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #994aa6 hue: 0.81 , saturation: 0.38 and the lightness value of 994aa6 is 0.47.

The process color (four color CMYK) of #994aa6 color hex is 0.08, 0.55, 0.00, 0.35. Web safe color of #994aa6 is #993399. Color #994aa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001010 10100110
Octal 231 112 246
Decimal 153 74 166
Hex 99 4A A6

RGB Percentages of Color #994aa6

%38.93
%18.83
%42.24

CMYK Percentages of Color #994aa6

%8
%55
%0
%35

Triadic Colors of #994aa6

#994aa6 #a6994a #4aa699

Analogous Colors of #994aa6

#994aa6 #a64a85 #6b4aa6

Monochromatic Colors of #994aa6

#994aa6

Complementary Color

#994aa6 #57a64a

#994aa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994aa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994aa6 Color CSS Codes

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

#994aa6 Text Font Color

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

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


#994aa6 Background Color

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

This div background color is #994aa6


#994aa6 Border Color

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

This div border color is #994aa6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,74,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994aa6


Comments

No comments written yet.

Please login to write comment.