Color Hex Logo

#311356 Color Hex

#311356
(49,19,86)
0 Favorites   0 Comments

Color spaces of #311356

RGB 491986
HSL0.740.640.21
HSV267°78°34°
CMYK 0.430.780.00   0.66
XYZ3.17921.79068.9822
Yxy1.79060.22790.1283
Hunter Lab13.381318.9915-30.4314
CIE-Lab14.347630.2918-34.7404

#311356 color RGB value is (49,19,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010011 01010110
Octal 61 23 126
Decimal 49 19 86
Hex 31 13 56

RGB Percentages of Color #311356

%31.82
%12.34
%55.84

CMYK Percentages of Color #311356

%43
%78
%0
%66

Triadic Colors of #311356

#311356 #563113 #135631

Analogous Colors of #311356

#311356 #531356 #131656

Monochromatic Colors of #311356

#311356

Complementary Color

#311356 #385613

#311356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311356 Color CSS Codes

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

#311356 Text Font Color

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

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


#311356 Background Color

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

This div background color is #311356


#311356 Border Color

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

This div border color is #311356


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,19,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 #311356">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311356


Comments

No comments written yet.

Please login to write comment.