Color Hex Logo

#315bfd Color Hex

#315BFD
(49,91,253)
0 Favorites   0 Comments

Color spaces of #315bfd

RGB 4991253
HSL0.630.980.59
HSV228°81°99°
CMYK 0.810.640.00   0.01
XYZ22.737315.227094.6692
Yxy15.22700.17140.1148
Hunter Lab39.021835.7206-116.5258
CIE-Lab45.943643.3889-84.0892

#315bfd color RGB value is (49,91,253).

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

The process color (four color CMYK) of #315bfd color hex is 0.81, 0.64, 0.00, 0.01. Web safe color of #315bfd is #3366ff. Color #315bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011011 11111101
Octal 61 133 375
Decimal 49 91 253
Hex 31 5B FD

RGB Percentages of Color #315bfd

%12.47
%23.16
%64.38

CMYK Percentages of Color #315bfd

%81
%64
%0
%1

Triadic Colors of #315bfd

#315bfd #fd315b #5bfd31

Analogous Colors of #315bfd

#315bfd #6d31fd #31c1fd

Monochromatic Colors of #315bfd

#315bfd

Complementary Color

#315bfd #fdd331

#315bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#315bfd Color CSS Codes

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

#315bfd Text Font Color

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

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


#315bfd Background Color

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

This div background color is #315bfd


#315bfd Border Color

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

This div border color is #315bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315bfd


Comments

No comments written yet.

Please login to write comment.