Color Hex Logo

#31048c Color Hex

#31048C
(49,4,140)
0 Favorites   0 Comments

Color spaces of #31048c

RGB 494140
HSL0.720.940.28
HSV260°97°55°
CMYK 0.650.970.00   0.45
XYZ6.04372.633325.0007
Yxy2.63330.17950.0782
Hunter Lab16.227438.0820-79.9855
CIE-Lab18.511050.8138-62.9675

#31048c color RGB value is (49,4,140).

#31048c hex color red value is 49, green value is 4 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #31048c hue: 0.72 , saturation: 0.94 and the lightness value of 31048c is 0.28.

The process color (four color CMYK) of #31048c color hex is 0.65, 0.97, 0.00, 0.45. Web safe color of #31048c is #330099. Color #31048c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00000100 10001100
Octal 61 4 214
Decimal 49 4 140
Hex 31 4 8C

RGB Percentages of Color #31048c

%25.39
%2.07
%72.54

CMYK Percentages of Color #31048c

%65
%97
%0
%45

Triadic Colors of #31048c

#31048c #8c3104 #048c31

Analogous Colors of #31048c

#31048c #75048c #041b8c

Monochromatic Colors of #31048c

#31048c

Complementary Color

#31048c #5f8c04

#31048c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31048c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31048c Color CSS Codes

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

#31048c Text Font Color

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

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


#31048c Background Color

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

This div background color is #31048c


#31048c Border Color

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

This div border color is #31048c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31048c


Comments

No comments written yet.

Please login to write comment.