Color Hex Logo

#313fce Color Hex

#313FCE
(49,63,206)
0 Favorites   0 Comments

Color spaces of #313fce

RGB 4963206
HSL0.650.620.50
HSV235°76°81°
CMYK 0.760.690.00   0.19
XYZ14.18478.664259.3173
Yxy8.66420.17260.1054
Hunter Lab29.435034.5077-98.8764
CIE-Lab35.329643.9664-74.8450

#313fce color RGB value is (49,63,206).

#313fce hex color red value is 49, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #313fce hue: 0.65 , saturation: 0.62 and the lightness value of 313fce is 0.50.

The process color (four color CMYK) of #313fce color hex is 0.76, 0.69, 0.00, 0.19. Web safe color of #313fce is #3333cc. Color #313fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111111 11001110
Octal 61 77 316
Decimal 49 63 206
Hex 31 3F CE

RGB Percentages of Color #313fce

%15.41
%19.81
%64.78

CMYK Percentages of Color #313fce

%76
%69
%0
%19

Triadic Colors of #313fce

#313fce #ce313f #3fce31

Analogous Colors of #313fce

#313fce #7231ce #318ece

Monochromatic Colors of #313fce

#313fce

Complementary Color

#313fce #cec031

#313fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#313fce Color CSS Codes

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

#313fce Text Font Color

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

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


#313fce Background Color

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

This div background color is #313fce


#313fce Border Color

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

This div border color is #313fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313fce


Comments

No comments written yet.

Please login to write comment.