Color Hex Logo

#49149d Color Hex

#49149D
(73,20,157)
0 Favorites   0 Comments

Color spaces of #49149d

RGB 7320157
HSL0.730.770.35
HSV263°87°62°
CMYK 0.540.870.00   0.38
XYZ9.08364.351132.2594
Yxy4.35110.19880.0952
Hunter Lab20.859341.2277-77.0919
CIE-Lab24.799852.7391-62.9858

#49149d color RGB value is (73,20,157).

#49149d hex color red value is 73, green value is 20 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #49149d hue: 0.73 , saturation: 0.77 and the lightness value of 49149d is 0.35.

The process color (four color CMYK) of #49149d color hex is 0.54, 0.87, 0.00, 0.38. Web safe color of #49149d is #330099. Color #49149d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 10011101
Octal 111 24 235
Decimal 73 20 157
Hex 49 14 9D

RGB Percentages of Color #49149d

%29.20
%8.00
%62.80

CMYK Percentages of Color #49149d

%54
%87
%0
%38

Triadic Colors of #49149d

#49149d #9d4914 #149d49

Analogous Colors of #49149d

#49149d #8e149d #14239d

Monochromatic Colors of #49149d

#49149d

Complementary Color

#49149d #689d14

#49149d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49149d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49149d Color CSS Codes

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

#49149d Text Font Color

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

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


#49149d Background Color

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

This div background color is #49149d


#49149d Border Color

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

This div border color is #49149d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,20,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 #49149d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49149d


Comments

No comments written yet.

Please login to write comment.