Color Hex Logo

#31136e Color Hex

#31136E
(49,19,110)
0 Favorites   0 Comments

Color spaces of #31136e

RGB 4919110
HSL0.720.710.25
HSV260°83°43°
CMYK 0.550.830.00   0.57
XYZ4.31402.244514.9577
Yxy2.24450.20050.1043
Hunter Lab14.981725.1816-48.7080
CIE-Lab16.721337.3141-46.7804

#31136e color RGB value is (49,19,110).

#31136e hex color red value is 49, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #31136e hue: 0.72 , saturation: 0.71 and the lightness value of 31136e is 0.25.

The process color (four color CMYK) of #31136e color hex is 0.55, 0.83, 0.00, 0.57. Web safe color of #31136e is #330066. Color #31136e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010011 01101110
Octal 61 23 156
Decimal 49 19 110
Hex 31 13 6E

RGB Percentages of Color #31136e

%27.53
%10.67
%61.80

CMYK Percentages of Color #31136e

%55
%83
%0
%57

Triadic Colors of #31136e

#31136e #6e3113 #136e31

Analogous Colors of #31136e

#31136e #5f136e #13226e

Monochromatic Colors of #31136e

#31136e

Complementary Color

#31136e #506e13

#31136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31136e Color CSS Codes

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

#31136e Text Font Color

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

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


#31136e Background Color

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

This div background color is #31136e


#31136e Border Color

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

This div border color is #31136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31136e


Comments

No comments written yet.

Please login to write comment.