Color Hex Logo

#313beb Color Hex

#313BEB
(49,59,235)
0 Favorites   0 Comments

Color spaces of #313beb

RGB 4959235
HSL0.660.820.56
HSV237°79°92°
CMYK 0.790.750.00   0.08
XYZ17.82609.779179.5453
Yxy9.77910.16640.0913
Hunter Lab31.271647.0267-128.9256
CIE-Lab37.443055.8458-87.9850

#313beb color RGB value is (49,59,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111011 11101011
Octal 61 73 353
Decimal 49 59 235
Hex 31 3B EB

RGB Percentages of Color #313beb

%14.29
%17.20
%68.51

CMYK Percentages of Color #313beb

%79
%75
%0
%8

Triadic Colors of #313beb

#313beb #eb313b #3beb31

Analogous Colors of #313beb

#313beb #8431eb #3198eb

Monochromatic Colors of #313beb

#313beb

Complementary Color

#313beb #ebe131

#313beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#313beb Color CSS Codes

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

#313beb Text Font Color

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

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


#313beb Background Color

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

This div background color is #313beb


#313beb Border Color

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

This div border color is #313beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,59,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 #313beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313beb


Comments

No comments written yet.

Please login to write comment.