Color Hex Logo

#31124e Color Hex

#31124E
(49,18,78)
0 Favorites   0 Comments

Color spaces of #31124e

RGB 491878
HSL0.750.630.19
HSV271°77°31°
CMYK 0.370.770.00   0.69
XYZ2.85811.63567.3728
Yxy1.63560.24090.1378
Hunter Lab12.789117.5103-25.2279
CIE-Lab13.445428.5633-30.7502

#31124e color RGB value is (49,18,78).

#31124e hex color red value is 49, green value is 18 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #31124e hue: 0.75 , saturation: 0.63 and the lightness value of 31124e is 0.19.

The process color (four color CMYK) of #31124e color hex is 0.37, 0.77, 0.00, 0.69. Web safe color of #31124e is #330066. Color #31124e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010010 01001110
Octal 61 22 116
Decimal 49 18 78
Hex 31 12 4E

RGB Percentages of Color #31124e

%33.79
%12.41
%53.79

CMYK Percentages of Color #31124e

%37
%77
%0
%69

Triadic Colors of #31124e

#31124e #4e3112 #124e31

Analogous Colors of #31124e

#31124e #4e124d #13124e

Monochromatic Colors of #31124e

#31124e

Complementary Color

#31124e #2f4e12

#31124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31124e Color CSS Codes

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

#31124e Text Font Color

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

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


#31124e Background Color

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

This div background color is #31124e


#31124e Border Color

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

This div border color is #31124e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31124e


Comments

No comments written yet.

Please login to write comment.