Color Hex Logo

#31407c Color Hex

#31407C
(49,64,124)
0 Favorites   0 Comments

Color spaces of #31407c

RGB 4964124
HSL0.630.430.34
HSV228°60°49°
CMYK 0.600.480.00   0.51
XYZ6.73815.775019.8283
Yxy5.77500.20830.1786
Hunter Lab24.03127.9948-32.0986
CIE-Lab28.837613.6708-36.0570

#31407c color RGB value is (49,64,124).

#31407c hex color red value is 49, green value is 64 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #31407c hue: 0.63 , saturation: 0.43 and the lightness value of 31407c is 0.34.

The process color (four color CMYK) of #31407c color hex is 0.60, 0.48, 0.00, 0.51. Web safe color of #31407c is #333366. Color #31407c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000000 01111100
Octal 61 100 174
Decimal 49 64 124
Hex 31 40 7C

RGB Percentages of Color #31407c

%20.68
%27.00
%52.32

CMYK Percentages of Color #31407c

%60
%48
%0
%51

Triadic Colors of #31407c

#31407c #7c3140 #407c31

Analogous Colors of #31407c

#31407c #47317c #31667c

Monochromatic Colors of #31407c

#31407c

Complementary Color

#31407c #7c6d31

#31407c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31407c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31407c Color CSS Codes

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

#31407c Text Font Color

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

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


#31407c Background Color

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

This div background color is #31407c


#31407c Border Color

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

This div border color is #31407c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31407c


Comments

No comments written yet.

Please login to write comment.