Color Hex Logo

#31478a Color Hex

#31478A
(49,71,138)
0 Favorites   0 Comments

Color spaces of #31478a

RGB 4971138
HSL0.630.480.37
HSV225°64°54°
CMYK 0.640.490.00   0.46
XYZ8.10736.994424.9675
Yxy6.99440.20230.1746
Hunter Lab26.44698.4370-37.4605
CIE-Lab31.794214.0886-40.0114

#31478a color RGB value is (49,71,138).

#31478a hex color red value is 49, green value is 71 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #31478a hue: 0.63 , saturation: 0.48 and the lightness value of 31478a is 0.37.

The process color (four color CMYK) of #31478a color hex is 0.64, 0.49, 0.00, 0.46. Web safe color of #31478a is #333399. Color #31478a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000111 10001010
Octal 61 107 212
Decimal 49 71 138
Hex 31 47 8A

RGB Percentages of Color #31478a

%18.99
%27.52
%53.49

CMYK Percentages of Color #31478a

%64
%49
%0
%46

Triadic Colors of #31478a

#31478a #8a3147 #478a31

Analogous Colors of #31478a

#31478a #47318a #31748a

Monochromatic Colors of #31478a

#31478a

Complementary Color

#31478a #8a7431

#31478a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31478a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31478a Color CSS Codes

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

#31478a Text Font Color

<p style="color:#31478a">Text here</p>

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


#31478a Background Color

<div style="background-color:#31478a">
Div content here</div>

This div background color is #31478a


#31478a Border Color

<div style="border:3px solid #31478a">
Div here</div>

This div border color is #31478a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,71,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31478a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31478a;
  -webkit-box-shadow: 1px 1px 3px 2px #31478a;
  box-shadow:         1px 1px 3px 2px #31478a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31478a


Comments

No comments written yet.

Please login to write comment.