Color Hex Logo

#930049 Color Hex

#930049
(147,0,73)
0 Favorites   0 Comments

Color spaces of #930049

RGB 147073
HSL0.921.000.29
HSV330°100°58°
CMYK 0.001.000.50   0.42
XYZ13.23526.68416.8959
Yxy6.68410.49360.2493
Hunter Lab25.853646.13532.2832
CIE-Lab31.076756.24301.4455

#930049 color RGB value is (147,0,73).

#930049 hex color red value is 147, green value is 0 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #930049 hue: 0.92 , saturation: 1.00 and the lightness value of 930049 is 0.29.

The process color (four color CMYK) of #930049 color hex is 0.00, 1.00, 0.50, 0.42. Web safe color of #930049 is #990033. Color #930049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000000 01001001
Octal 223 0 111
Decimal 147 0 73
Hex 93 0 49

RGB Percentages of Color #930049

%66.82
%0.00
%33.18

CMYK Percentages of Color #930049

%0
%100
%50
%42

Triadic Colors of #930049

#930049 #499300 #004993

Analogous Colors of #930049

#930049 #930100 #930093

Monochromatic Colors of #930049

#930049

Complementary Color

#930049 #00934a

#930049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#930049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#930049 Color CSS Codes

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

#930049 Text Font Color

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

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


#930049 Background Color

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

This div background color is #930049


#930049 Border Color

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

This div border color is #930049


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,0,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #930049; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #930049;
  -webkit-box-shadow: 1px 1px 3px 2px #930049;
  box-shadow:         1px 1px 3px 2px #930049; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,0,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #930049


Comments

No comments written yet.

Please login to write comment.