Color Hex Logo

#318dfd Color Hex

#318DFD
(49,141,253)
0 Favorites   0 Comments

Color spaces of #318dfd

RGB 49141253
HSL0.590.980.59
HSV213°81°99°
CMYK 0.810.440.00   0.01
XYZ28.521126.794696.5972
Yxy26.79460.18770.1764
Hunter Lab51.76357.7653-74.4081
CIE-Lab58.783712.4002-63.2381

#318dfd color RGB value is (49,141,253).

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

The process color (four color CMYK) of #318dfd color hex is 0.81, 0.44, 0.00, 0.01. Web safe color of #318dfd is #3399ff. Color #318dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001101 11111101
Octal 61 215 375
Decimal 49 141 253
Hex 31 8D FD

RGB Percentages of Color #318dfd

%11.06
%31.83
%57.11

CMYK Percentages of Color #318dfd

%81
%44
%0
%1

Triadic Colors of #318dfd

#318dfd #fd318d #8dfd31

Analogous Colors of #318dfd

#318dfd #3b31fd #31f3fd

Monochromatic Colors of #318dfd

#318dfd

Complementary Color

#318dfd #fda131

#318dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#318dfd Color CSS Codes

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

#318dfd Text Font Color

<p style="color:#318dfd">Text here</p>

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


#318dfd Background Color

<div style="background-color:#318dfd">
Div content here</div>

This div background color is #318dfd


#318dfd Border Color

<div style="border:3px solid #318dfd">
Div here</div>

This div border color is #318dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318dfd


Comments

No comments written yet.

Please login to write comment.