Color Hex Logo

#313dce Color Hex

#313DCE
(49,61,206)
0 Favorites   0 Comments

Color spaces of #313dce

RGB 4961206
HSL0.650.620.50
HSV235°76°81°
CMYK 0.760.700.00   0.19
XYZ14.07598.446759.2810
Yxy8.44670.17210.1033
Hunter Lab29.063235.5906-100.5912
CIE-Lab34.896445.1537-75.5585

#313dce color RGB value is (49,61,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111101 11001110
Octal 61 75 316
Decimal 49 61 206
Hex 31 3D CE

RGB Percentages of Color #313dce

%15.51
%19.30
%65.19

CMYK Percentages of Color #313dce

%76
%70
%0
%19

Triadic Colors of #313dce

#313dce #ce313d #3dce31

Analogous Colors of #313dce

#313dce #7431ce #318cce

Monochromatic Colors of #313dce

#313dce

Complementary Color

#313dce #cec231

#313dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#313dce Color CSS Codes

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

#313dce Text Font Color

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

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


#313dce Background Color

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

This div background color is #313dce


#313dce Border Color

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

This div border color is #313dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313dce


Comments

No comments written yet.

Please login to write comment.