Color Hex Logo

#315ecf Color Hex

#315ECF
(49,94,207)
0 Favorites   0 Comments

Color spaces of #315ecf

RGB 4994207
HSL0.620.620.50
HSV223°76°81°
CMYK 0.760.550.00   0.19
XYZ16.531813.163460.7009
Yxy13.16340.18290.1456
Hunter Lab36.281417.8420-73.7987
CIE-Lab43.008424.7560-62.8658

#315ecf color RGB value is (49,94,207).

#315ecf hex color red value is 49, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #315ecf hue: 0.62 , saturation: 0.62 and the lightness value of 315ecf is 0.50.

The process color (four color CMYK) of #315ecf color hex is 0.76, 0.55, 0.00, 0.19. Web safe color of #315ecf is #3366cc. Color #315ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011110 11001111
Octal 61 136 317
Decimal 49 94 207
Hex 31 5E CF

RGB Percentages of Color #315ecf

%14.00
%26.86
%59.14

CMYK Percentages of Color #315ecf

%76
%55
%0
%19

Triadic Colors of #315ecf

#315ecf #cf315e #5ecf31

Analogous Colors of #315ecf

#315ecf #5331cf #31adcf

Monochromatic Colors of #315ecf

#315ecf

Complementary Color

#315ecf #cfa231

#315ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#315ecf Color CSS Codes

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

#315ecf Text Font Color

<p style="color:#315ecf">Text here</p>

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


#315ecf Background Color

<div style="background-color:#315ecf">
Div content here</div>

This div background color is #315ecf


#315ecf Border Color

<div style="border:3px solid #315ecf">
Div here</div>

This div border color is #315ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,94,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #315ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #315ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #315ecf;
  box-shadow:         1px 1px 3px 2px #315ecf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315ecf


Comments

No comments written yet.

Please login to write comment.