Color Hex Logo

#315efa Color Hex

#315EFA
(49,94,250)
0 Favorites   0 Comments

Color spaces of #315efa

RGB 4994250
HSL0.630.950.59
HSV227°80°98°
CMYK 0.800.620.00   0.02
XYZ22.524615.560592.2588
Yxy15.56050.17280.1194
Hunter Lab39.446832.8938-111.0556
CIE-Lab46.392540.4828-81.6811

#315efa color RGB value is (49,94,250).

#315efa hex color red value is 49, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #315efa hue: 0.63 , saturation: 0.95 and the lightness value of 315efa is 0.59.

The process color (four color CMYK) of #315efa color hex is 0.80, 0.62, 0.00, 0.02. Web safe color of #315efa is #3366ff. Color #315efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011110 11111010
Octal 61 136 372
Decimal 49 94 250
Hex 31 5E FA

RGB Percentages of Color #315efa

%12.47
%23.92
%63.61

CMYK Percentages of Color #315efa

%80
%62
%0
%2

Triadic Colors of #315efa

#315efa #fa315e #5efa31

Analogous Colors of #315efa

#315efa #6931fa #31c3fa

Monochromatic Colors of #315efa

#315efa

Complementary Color

#315efa #facd31

#315efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#315efa Color CSS Codes

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

#315efa Text Font Color

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

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


#315efa Background Color

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

This div background color is #315efa


#315efa Border Color

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

This div border color is #315efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315efa


Comments

No comments written yet.

Please login to write comment.