Color Hex Logo

#31118b Color Hex

#31118B
(49,17,139)
0 Favorites   0 Comments

Color spaces of #31118b

RGB 4917139
HSL0.710.780.31
HSV256°88°55°
CMYK 0.650.880.00   0.45
XYZ6.12732.917924.6664
Yxy2.91790.18180.0866
Hunter Lab17.081934.1351-73.6581
CIE-Lab19.712146.5530-60.3485

#31118b color RGB value is (49,17,139).

#31118b hex color red value is 49, green value is 17 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #31118b hue: 0.71 , saturation: 0.78 and the lightness value of 31118b is 0.31.

The process color (four color CMYK) of #31118b color hex is 0.65, 0.88, 0.00, 0.45. Web safe color of #31118b is #330099. Color #31118b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010001 10001011
Octal 61 21 213
Decimal 49 17 139
Hex 31 11 8B

RGB Percentages of Color #31118b

%23.90
%8.29
%67.80

CMYK Percentages of Color #31118b

%65
%88
%0
%45

Triadic Colors of #31118b

#31118b #8b3111 #118b31

Analogous Colors of #31118b

#31118b #6e118b #112e8b

Monochromatic Colors of #31118b

#31118b

Complementary Color

#31118b #6b8b11

#31118b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31118b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31118b Color CSS Codes

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

#31118b Text Font Color

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

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


#31118b Background Color

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

This div background color is #31118b


#31118b Border Color

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

This div border color is #31118b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31118b


Comments

No comments written yet.

Please login to write comment.