Color Hex Logo

#49118e Color Hex

#49118E
(73,17,142)
0 Favorites   0 Comments

Color spaces of #49118e

RGB 7317142
HSL0.740.790.31
HSV267°88°56°
CMYK 0.490.880.00   0.44
XYZ7.83063.770425.9062
Yxy3.77040.20880.1005
Hunter Lab19.417538.0039-65.5105
CIE-Lab22.897449.9038-56.8659

#49118e color RGB value is (73,17,142).

#49118e hex color red value is 73, green value is 17 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #49118e hue: 0.74 , saturation: 0.79 and the lightness value of 49118e is 0.31.

The process color (four color CMYK) of #49118e color hex is 0.49, 0.88, 0.00, 0.44. Web safe color of #49118e is #330099. Color #49118e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010001 10001110
Octal 111 21 216
Decimal 73 17 142
Hex 49 11 8E

RGB Percentages of Color #49118e

%31.47
%7.33
%61.21

CMYK Percentages of Color #49118e

%49
%88
%0
%44

Triadic Colors of #49118e

#49118e #8e4911 #118e49

Analogous Colors of #49118e

#49118e #88118e #11178e

Monochromatic Colors of #49118e

#49118e

Complementary Color

#49118e #568e11

#49118e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49118e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49118e Color CSS Codes

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

#49118e Text Font Color

<p style="color:#49118e">Text here</p>

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


#49118e Background Color

<div style="background-color:#49118e">
Div content here</div>

This div background color is #49118e


#49118e Border Color

<div style="border:3px solid #49118e">
Div here</div>

This div border color is #49118e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,17,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49118e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49118e;
  -webkit-box-shadow: 1px 1px 3px 2px #49118e;
  box-shadow:         1px 1px 3px 2px #49118e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49118e


Comments

No comments written yet.

Please login to write comment.