Color Hex Logo

#318dfa Color Hex

#318DFA
(49,141,250)
0 Favorites   0 Comments

Color spaces of #318dfa

RGB 49141250
HSL0.590.950.59
HSV213°80°98°
CMYK 0.800.440.00   0.02
XYZ28.046826.604894.0995
Yxy26.60480.18850.1789
Hunter Lab51.57986.7956-72.0596
CIE-Lab58.606711.2972-61.8724

#318dfa color RGB value is (49,141,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001101 11111010
Octal 61 215 372
Decimal 49 141 250
Hex 31 8D FA

RGB Percentages of Color #318dfa

%11.14
%32.05
%56.82

CMYK Percentages of Color #318dfa

%80
%44
%0
%2

Triadic Colors of #318dfa

#318dfa #fa318d #8dfa31

Analogous Colors of #318dfa

#318dfa #3931fa #31f2fa

Monochromatic Colors of #318dfa

#318dfa

Complementary Color

#318dfa #fa9e31

#318dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#318dfa Color CSS Codes

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

#318dfa Text Font Color

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

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


#318dfa Background Color

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

This div background color is #318dfa


#318dfa Border Color

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

This div border color is #318dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.