Color Hex Logo

#313250 Color Hex

#313250
(49,50,80)
0 Favorites   0 Comments

Color spaces of #313250

RGB 495080
HSL0.660.240.25
HSV238°39°31°
CMYK 0.390.380.00   0.69
XYZ3.85523.51348.0644
Yxy3.51340.24980.2277
Hunter Lab18.74413.9110-12.3879
CIE-Lab21.99278.0315-18.4865

#313250 color RGB value is (49,50,80).

#313250 hex color red value is 49, green value is 50 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #313250 hue: 0.66 , saturation: 0.24 and the lightness value of 313250 is 0.25.

The process color (four color CMYK) of #313250 color hex is 0.39, 0.38, 0.00, 0.69. Web safe color of #313250 is #333366. Color #313250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110010 01010000
Octal 61 62 120
Decimal 49 50 80
Hex 31 32 50

RGB Percentages of Color #313250

%27.37
%27.93
%44.69

CMYK Percentages of Color #313250

%39
%38
%0
%69

Triadic Colors of #313250

#313250 #503132 #325031

Analogous Colors of #313250

#313250 #403150 #314250

Monochromatic Colors of #313250

#313250

Complementary Color

#313250 #504f31

#313250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313250 Color CSS Codes

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

#313250 Text Font Color

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

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


#313250 Background Color

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

This div background color is #313250


#313250 Border Color

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

This div border color is #313250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313250

#313250 Color Palettes


Comments

No comments written yet.

Please login to write comment.