Color Hex Logo

#49146c Color Hex

#49146C
(73,20,108)
0 Favorites   0 Comments

Color spaces of #49146c

RGB 7320108
HSL0.770.690.25
HSV276°81°42°
CMYK 0.320.810.00   0.58
XYZ5.70462.999514.4657
Yxy2.99950.24620.1295
Hunter Lab17.319128.4864-37.3985
CIE-Lab20.041940.4108-39.9112

#49146c color RGB value is (73,20,108).

#49146c hex color red value is 73, green value is 20 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #49146c hue: 0.77 , saturation: 0.69 and the lightness value of 49146c is 0.25.

The process color (four color CMYK) of #49146c color hex is 0.32, 0.81, 0.00, 0.58. Web safe color of #49146c is #330066. Color #49146c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 01101100
Octal 111 24 154
Decimal 73 20 108
Hex 49 14 6C

RGB Percentages of Color #49146c

%36.32
%9.95
%53.73

CMYK Percentages of Color #49146c

%32
%81
%0
%58

Triadic Colors of #49146c

#49146c #6c4914 #146c49

Analogous Colors of #49146c

#49146c #6c1463 #1d146c

Monochromatic Colors of #49146c

#49146c

Complementary Color

#49146c #376c14

#49146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49146c Color CSS Codes

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

#49146c Text Font Color

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

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


#49146c Background Color

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

This div background color is #49146c


#49146c Border Color

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

This div border color is #49146c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49146c


Comments

No comments written yet.

Please login to write comment.