Color Hex Logo

#994baa Color Hex

#994BAA
(153,75,170)
0 Favorites   0 Comments

Color spaces of #994baa

RGB 15375170
HSL0.800.390.48
HSV289°56°67°
CMYK 0.100.560.00   0.33
XYZ22.908614.706739.6615
Yxy14.70670.29640.1903
Hunter Lab38.349339.5186-34.4742
CIE-Lab45.229847.2428-37.2658

#994baa color RGB value is (153,75,170).

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

The process color (four color CMYK) of #994baa color hex is 0.10, 0.56, 0.00, 0.33. Web safe color of #994baa is #993399. Color #994baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001011 10101010
Octal 231 113 252
Decimal 153 75 170
Hex 99 4B AA

RGB Percentages of Color #994baa

%38.44
%18.84
%42.71

CMYK Percentages of Color #994baa

%10
%56
%0
%33

Triadic Colors of #994baa

#994baa #aa994b #4baa99

Analogous Colors of #994baa

#994baa #aa4b8c #6a4baa

Monochromatic Colors of #994baa

#994baa

Complementary Color

#994baa #5caa4b

#994baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#994baa Color CSS Codes

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

#994baa Text Font Color

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

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


#994baa Background Color

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

This div background color is #994baa


#994baa Border Color

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

This div border color is #994baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994baa


Comments

No comments written yet.

Please login to write comment.