Color Hex Logo

#994169 Color Hex

#994169
(153,65,105)
0 Favorites   0 Comments

Color spaces of #994169

RGB 15365105
HSL0.920.400.43
HSV333°58°60°
CMYK 0.000.580.31   0.40
XYZ17.577011.572814.6720
Yxy11.57280.40110.2641
Hunter Lab34.018832.6953-1.7581
CIE-Lab40.528941.2056-5.0715

#994169 color RGB value is (153,65,105).

#994169 hex color red value is 153, green value is 65 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #994169 hue: 0.92 , saturation: 0.40 and the lightness value of 994169 is 0.43.

The process color (four color CMYK) of #994169 color hex is 0.00, 0.58, 0.31, 0.40. Web safe color of #994169 is #993366. Color #994169 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000001 01101001
Octal 231 101 151
Decimal 153 65 105
Hex 99 41 69

RGB Percentages of Color #994169

%47.37
%20.12
%32.51

CMYK Percentages of Color #994169

%0
%58
%31
%40

Triadic Colors of #994169

#994169 #699941 #416999

Analogous Colors of #994169

#994169 #994541 #994195

Monochromatic Colors of #994169

#994169

Complementary Color

#994169 #419971

#994169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#994169 Color CSS Codes

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

#994169 Text Font Color

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

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


#994169 Background Color

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

This div background color is #994169


#994169 Border Color

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

This div border color is #994169


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,65,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #994169; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #994169;
  -webkit-box-shadow: 1px 1px 3px 2px #994169;
  box-shadow:         1px 1px 3px 2px #994169; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994169


Comments

No comments written yet.

Please login to write comment.