Color Hex Logo

#49209d Color Hex

#49209D
(73,32,157)
0 Favorites   0 Comments

Color spaces of #49209d

RGB 7332157
HSL0.720.660.37
HSV260°80°62°
CMYK 0.540.800.00   0.38
XYZ9.35004.883832.3482
Yxy4.88380.20070.1048
Hunter Lab22.099336.8477-71.3171
CIE-Lab26.401148.0500-60.3471

#49209d color RGB value is (73,32,157).

#49209d hex color red value is 73, green value is 32 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #49209d hue: 0.72 , saturation: 0.66 and the lightness value of 49209d is 0.37.

The process color (four color CMYK) of #49209d color hex is 0.54, 0.80, 0.00, 0.38. Web safe color of #49209d is #333399. Color #49209d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100000 10011101
Octal 111 40 235
Decimal 73 32 157
Hex 49 20 9D

RGB Percentages of Color #49209d

%27.86
%12.21
%59.92

CMYK Percentages of Color #49209d

%54
%80
%0
%38

Triadic Colors of #49209d

#49209d #9d4920 #209d49

Analogous Colors of #49209d

#49209d #88209d #20369d

Monochromatic Colors of #49209d

#49209d

Complementary Color

#49209d #749d20

#49209d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49209d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49209d Color CSS Codes

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

#49209d Text Font Color

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

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


#49209d Background Color

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

This div background color is #49209d


#49209d Border Color

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

This div border color is #49209d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,32,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49209d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49209d;
  -webkit-box-shadow: 1px 1px 3px 2px #49209d;
  box-shadow:         1px 1px 3px 2px #49209d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49209d


Comments

No comments written yet.

Please login to write comment.