Color Hex Logo

#315ccf Color Hex

#315CCF
(49,92,207)
0 Favorites   0 Comments

Color spaces of #315ccf

RGB 4992207
HSL0.620.620.50
HSV224°76°81°
CMYK 0.760.560.00   0.19
XYZ16.356312.812360.6424
Yxy12.81230.18210.1427
Hunter Lab35.794318.9261-75.3927
CIE-Lab42.479126.0466-63.7256

#315ccf color RGB value is (49,92,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011100 11001111
Octal 61 134 317
Decimal 49 92 207
Hex 31 5C CF

RGB Percentages of Color #315ccf

%14.08
%26.44
%59.48

CMYK Percentages of Color #315ccf

%76
%56
%0
%19

Triadic Colors of #315ccf

#315ccf #cf315c #5ccf31

Analogous Colors of #315ccf

#315ccf #5531cf #31abcf

Monochromatic Colors of #315ccf

#315ccf

Complementary Color

#315ccf #cfa431

#315ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#315ccf Color CSS Codes

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

#315ccf Text Font Color

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

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


#315ccf Background Color

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

This div background color is #315ccf


#315ccf Border Color

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

This div border color is #315ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315ccf


Comments

No comments written yet.

Please login to write comment.