Color Hex Logo

#315ce5 Color Hex

#315CE5
(49,92,229)
0 Favorites   0 Comments

Color spaces of #315ce5

RGB 4992229
HSL0.630.780.55
HSV226°79°90°
CMYK 0.790.600.00   0.10
XYZ19.236613.964475.8103
Yxy13.96440.17650.1281
Hunter Lab37.369026.4916-94.1231
CIE-Lab44.181834.1576-73.5017

#315ce5 color RGB value is (49,92,229).

#315ce5 hex color red value is 49, green value is 92 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #315ce5 hue: 0.63 , saturation: 0.78 and the lightness value of 315ce5 is 0.55.

The process color (four color CMYK) of #315ce5 color hex is 0.79, 0.60, 0.00, 0.10. Web safe color of #315ce5 is #3366cc. Color #315ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011100 11100101
Octal 61 134 345
Decimal 49 92 229
Hex 31 5C E5

RGB Percentages of Color #315ce5

%13.24
%24.86
%61.89

CMYK Percentages of Color #315ce5

%79
%60
%0
%10

Triadic Colors of #315ce5

#315ce5 #e5315c #5ce531

Analogous Colors of #315ce5

#315ce5 #6031e5 #31b6e5

Monochromatic Colors of #315ce5

#315ce5

Complementary Color

#315ce5 #e5ba31

#315ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315ce5 Color CSS Codes

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

#315ce5 Text Font Color

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

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


#315ce5 Background Color

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

This div background color is #315ce5


#315ce5 Border Color

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

This div border color is #315ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315ce5


Comments

No comments written yet.

Please login to write comment.