Color Hex Logo

#311149 Color Hex

#311149
(49,17,73)
0 Favorites   0 Comments

Color spaces of #311149

RGB 491773
HSL0.760.620.18
HSV274°77°29°
CMYK 0.330.770.00   0.71
XYZ2.66971.53496.4589
Yxy1.53490.25040.1439
Hunter Lab12.389116.7836-22.2377
CIE-Lab12.828227.7291-28.2964

#311149 color RGB value is (49,17,73).

#311149 hex color red value is 49, green value is 17 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #311149 hue: 0.76 , saturation: 0.62 and the lightness value of 311149 is 0.18.

The process color (four color CMYK) of #311149 color hex is 0.33, 0.77, 0.00, 0.71. Web safe color of #311149 is #330033. Color #311149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010001 01001001
Octal 61 21 111
Decimal 49 17 73
Hex 31 11 49

RGB Percentages of Color #311149

%35.25
%12.23
%52.52

CMYK Percentages of Color #311149

%33
%77
%0
%71

Triadic Colors of #311149

#311149 #493111 #114931

Analogous Colors of #311149

#311149 #491145 #151149

Monochromatic Colors of #311149

#311149

Complementary Color

#311149 #294911

#311149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311149 Color CSS Codes

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

#311149 Text Font Color

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

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


#311149 Background Color

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

This div background color is #311149


#311149 Border Color

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

This div border color is #311149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311149


Comments

No comments written yet.

Please login to write comment.