Color Hex Logo

#49328d Color Hex

#49328D
(73,50,141)
0 Favorites   0 Comments

Color spaces of #49328d

RGB 7350141
HSL0.710.480.37
HSV255°65°55°
CMYK 0.480.650.00   0.45
XYZ8.69605.620825.8259
Yxy5.62080.21660.1400
Hunter Lab23.708223.9831-47.9902
CIE-Lab28.434933.7716-47.1904

#49328d color RGB value is (73,50,141).

#49328d hex color red value is 73, green value is 50 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #49328d hue: 0.71 , saturation: 0.48 and the lightness value of 49328d is 0.37.

The process color (four color CMYK) of #49328d color hex is 0.48, 0.65, 0.00, 0.45. Web safe color of #49328d is #333399. Color #49328d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 10001101
Octal 111 62 215
Decimal 73 50 141
Hex 49 32 8D

RGB Percentages of Color #49328d

%27.65
%18.94
%53.41

CMYK Percentages of Color #49328d

%48
%65
%0
%45

Triadic Colors of #49328d

#49328d #8d4932 #328d49

Analogous Colors of #49328d

#49328d #77328d #32498d

Monochromatic Colors of #49328d

#49328d

Complementary Color

#49328d #768d32

#49328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49328d Color CSS Codes

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

#49328d Text Font Color

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

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


#49328d Background Color

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

This div background color is #49328d


#49328d Border Color

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

This div border color is #49328d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49328d


Comments

No comments written yet.

Please login to write comment.