Color Hex Logo

#313aef Color Hex

#313AEF
(49,58,239)
0 Favorites   0 Comments

Color spaces of #313aef

RGB 4958239
HSL0.660.860.56
HSV237°79°94°
CMYK 0.790.760.00   0.06
XYZ18.35979.911182.6067
Yxy9.91110.16560.0894
Hunter Lab31.481949.0048-133.5362
CIE-Lab37.682457.6422-89.8540

#313aef color RGB value is (49,58,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111010 11101111
Octal 61 72 357
Decimal 49 58 239
Hex 31 3A EF

RGB Percentages of Color #313aef

%14.16
%16.76
%69.08

CMYK Percentages of Color #313aef

%79
%76
%0
%6

Triadic Colors of #313aef

#313aef #ef313a #3aef31

Analogous Colors of #313aef

#313aef #8731ef #3199ef

Monochromatic Colors of #313aef

#313aef

Complementary Color

#313aef #efe631

#313aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#313aef Color CSS Codes

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

#313aef Text Font Color

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

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


#313aef Background Color

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

This div background color is #313aef


#313aef Border Color

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

This div border color is #313aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313aef


Comments

No comments written yet.

Please login to write comment.