Color Hex Logo

#313148 Color Hex

#313148
(49,49,72)
0 Favorites   0 Comments

Color spaces of #313148

RGB 494972
HSL0.670.190.24
HSV240°32°28°
CMYK 0.320.320.00   0.72
XYZ3.53463.31756.5849
Yxy3.31750.26300.2469
Hunter Lab18.21402.7651-8.6853
CIE-Lab21.27316.2330-14.2403

#313148 color RGB value is (49,49,72).

#313148 hex color red value is 49, green value is 49 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #313148 hue: 0.67 , saturation: 0.19 and the lightness value of 313148 is 0.24.

The process color (four color CMYK) of #313148 color hex is 0.32, 0.32, 0.00, 0.72. Web safe color of #313148 is #333333. Color #313148 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110001 01001000
Octal 61 61 110
Decimal 49 49 72
Hex 31 31 48

RGB Percentages of Color #313148

%28.82
%28.82
%42.35

CMYK Percentages of Color #313148

%32
%32
%0
%72

Triadic Colors of #313148

#313148 #483131 #314831

Analogous Colors of #313148

#313148 #3d3148 #313d48

Monochromatic Colors of #313148

#313148

Complementary Color

#313148 #484831

#313148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313148 Color CSS Codes

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

#313148 Text Font Color

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

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


#313148 Background Color

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

This div background color is #313148


#313148 Border Color

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

This div border color is #313148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313148


Comments

No comments written yet.

Please login to write comment.