Color Hex Logo

#31144b Color Hex

#31144B
(49,20,75)
0 Favorites   0 Comments

Color spaces of #31144b

RGB 492075
HSL0.750.580.19
HSV272°73°29°
CMYK 0.350.730.00   0.71
XYZ2.78681.66136.8304
Yxy1.66130.24710.1473
Hunter Lab12.889116.0380-22.3974
CIE-Lab13.598826.5982-28.4355

#31144b color RGB value is (49,20,75).

#31144b hex color red value is 49, green value is 20 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #31144b hue: 0.75 , saturation: 0.58 and the lightness value of 31144b is 0.19.

The process color (four color CMYK) of #31144b color hex is 0.35, 0.73, 0.00, 0.71. Web safe color of #31144b is #330033. Color #31144b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010100 01001011
Octal 61 24 113
Decimal 49 20 75
Hex 31 14 4B

RGB Percentages of Color #31144b

%34.03
%13.89
%52.08

CMYK Percentages of Color #31144b

%35
%73
%0
%71

Triadic Colors of #31144b

#31144b #4b3114 #144b31

Analogous Colors of #31144b

#31144b #4b144a #16144b

Monochromatic Colors of #31144b

#31144b

Complementary Color

#31144b #2e4b14

#31144b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31144b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31144b Color CSS Codes

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

#31144b Text Font Color

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

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


#31144b Background Color

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

This div background color is #31144b


#31144b Border Color

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

This div border color is #31144b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31144b


Comments

No comments written yet.

Please login to write comment.