Color Hex Logo

#313deb Color Hex

#313DEB
(49,61,235)
0 Favorites   0 Comments

Color spaces of #313deb

RGB 4961235
HSL0.660.820.56
HSV236°79°92°
CMYK 0.790.740.00   0.08
XYZ17.93089.988679.5802
Yxy9.98860.16680.0929
Hunter Lab31.604745.9628-127.1679
CIE-Lab37.822054.7722-87.3580

#313deb color RGB value is (49,61,235).

#313deb hex color red value is 49, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #313deb hue: 0.66 , saturation: 0.82 and the lightness value of 313deb is 0.56.

The process color (four color CMYK) of #313deb color hex is 0.79, 0.74, 0.00, 0.08. Web safe color of #313deb is #3333ff. Color #313deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111101 11101011
Octal 61 75 353
Decimal 49 61 235
Hex 31 3D EB

RGB Percentages of Color #313deb

%14.20
%17.68
%68.12

CMYK Percentages of Color #313deb

%79
%74
%0
%8

Triadic Colors of #313deb

#313deb #eb313d #3deb31

Analogous Colors of #313deb

#313deb #8231eb #319aeb

Monochromatic Colors of #313deb

#313deb

Complementary Color

#313deb #ebdf31

#313deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#313deb Color CSS Codes

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

#313deb Text Font Color

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

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


#313deb Background Color

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

This div background color is #313deb


#313deb Border Color

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

This div border color is #313deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313deb


Comments

No comments written yet.

Please login to write comment.