Color Hex Logo

#49147c Color Hex

#49147C
(73,20,124)
0 Favorites   0 Comments

Color spaces of #49147c

RGB 7320124
HSL0.750.720.28
HSV271°84°49°
CMYK 0.410.840.00   0.51
XYZ6.63593.372019.3699
Yxy3.37200.22590.1148
Hunter Lab18.363032.3699-49.6869
CIE-Lab21.476144.3499-47.8688

#49147c color RGB value is (73,20,124).

#49147c hex color red value is 73, green value is 20 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #49147c hue: 0.75 , saturation: 0.72 and the lightness value of 49147c is 0.28.

The process color (four color CMYK) of #49147c color hex is 0.41, 0.84, 0.00, 0.51. Web safe color of #49147c is #330066. Color #49147c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 01111100
Octal 111 24 174
Decimal 73 20 124
Hex 49 14 7C

RGB Percentages of Color #49147c

%33.64
%9.22
%57.14

CMYK Percentages of Color #49147c

%41
%84
%0
%51

Triadic Colors of #49147c

#49147c #7c4914 #147c49

Analogous Colors of #49147c

#49147c #7c147b #15147c

Monochromatic Colors of #49147c

#49147c

Complementary Color

#49147c #477c14

#49147c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49147c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49147c Color CSS Codes

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

#49147c Text Font Color

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

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


#49147c Background Color

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

This div background color is #49147c


#49147c Border Color

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

This div border color is #49147c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49147c


Comments

No comments written yet.

Please login to write comment.