Color Hex Logo

#993169 Color Hex

#993169
(153,49,105)
0 Favorites   0 Comments

Color spaces of #993169

RGB 15349105
HSL0.910.510.40
HSV328°68°60°
CMYK 0.000.680.31   0.40
XYZ16.78509.988914.4080
Yxy9.98890.40760.2426
Hunter Lab31.605239.4892-4.9051
CIE-Lab37.822548.5268-9.1191

#993169 color RGB value is (153,49,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110001 01101001
Octal 231 61 151
Decimal 153 49 105
Hex 99 31 69

RGB Percentages of Color #993169

%49.84
%15.96
%34.20

CMYK Percentages of Color #993169

%0
%68
%31
%40

Triadic Colors of #993169

#993169 #699931 #316999

Analogous Colors of #993169

#993169 #993135 #953199

Monochromatic Colors of #993169

#993169

Complementary Color

#993169 #319961

#993169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993169 Color CSS Codes

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

#993169 Text Font Color

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

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


#993169 Background Color

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

This div background color is #993169


#993169 Border Color

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

This div border color is #993169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993169


Comments

No comments written yet.

Please login to write comment.