Color Hex Logo

#313cdc Color Hex

#313CDC
(49,60,220)
0 Favorites   0 Comments

Color spaces of #313cdc

RGB 4960220
HSL0.660.710.53
HSV236°78°86°
CMYK 0.780.730.00   0.14
XYZ15.80079.052068.6246
Yxy9.05200.16900.0968
Hunter Lab30.086541.0923-114.1744
CIE-Lab36.084250.4252-81.6756

#313cdc color RGB value is (49,60,220).

#313cdc hex color red value is 49, green value is 60 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #313cdc hue: 0.66 , saturation: 0.71 and the lightness value of 313cdc is 0.53.

The process color (four color CMYK) of #313cdc color hex is 0.78, 0.73, 0.00, 0.14. Web safe color of #313cdc is #3333cc. Color #313cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111100 11011100
Octal 61 74 334
Decimal 49 60 220
Hex 31 3C DC

RGB Percentages of Color #313cdc

%14.89
%18.24
%66.87

CMYK Percentages of Color #313cdc

%78
%73
%0
%14

Triadic Colors of #313cdc

#313cdc #dc313c #3cdc31

Analogous Colors of #313cdc

#313cdc #7c31dc #3192dc

Monochromatic Colors of #313cdc

#313cdc

Complementary Color

#313cdc #dcd131

#313cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#313cdc Color CSS Codes

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

#313cdc Text Font Color

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

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


#313cdc Background Color

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

This div background color is #313cdc


#313cdc Border Color

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

This div border color is #313cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313cdc


Comments

No comments written yet.

Please login to write comment.