Color Hex Logo

#311556 Color Hex

#311556
(49,21,86)
0 Favorites   0 Comments

Color spaces of #311556

RGB 492186
HSL0.740.610.21
HSV266°76°34°
CMYK 0.430.760.00   0.66
XYZ3.21451.86128.9939
Yxy1.86120.22850.1323
Hunter Lab13.642618.1841-29.5373
CIE-Lab14.741329.1888-34.0993

#311556 color RGB value is (49,21,86).

#311556 hex color red value is 49, green value is 21 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #311556 hue: 0.74 , saturation: 0.61 and the lightness value of 311556 is 0.21.

The process color (four color CMYK) of #311556 color hex is 0.43, 0.76, 0.00, 0.66. Web safe color of #311556 is #330066. Color #311556 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010101 01010110
Octal 61 25 126
Decimal 49 21 86
Hex 31 15 56

RGB Percentages of Color #311556

%31.41
%13.46
%55.13

CMYK Percentages of Color #311556

%43
%76
%0
%66

Triadic Colors of #311556

#311556 #563115 #155631

Analogous Colors of #311556

#311556 #521556 #151956

Monochromatic Colors of #311556

#311556

Complementary Color

#311556 #3a5615

#311556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311556 Color CSS Codes

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

#311556 Text Font Color

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

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


#311556 Background Color

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

This div background color is #311556


#311556 Border Color

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

This div border color is #311556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311556


Comments

No comments written yet.

Please login to write comment.