Color Hex Logo

#318eff Color Hex

#318EFF
(49,142,255)
0 Favorites   0 Comments

Color spaces of #318eff

RGB 49142255
HSL0.591.000.60
HSV213°81°100°
CMYK 0.810.440.00   0.00
XYZ28.989627.219098.3336
Yxy27.21900.18760.1761
Hunter Lab52.17187.8839-75.2297
CIE-Lab59.176512.5302-63.7056

#318eff color RGB value is (49,142,255).

#318eff hex color red value is 49, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #318eff hue: 0.59 , saturation: 1.00 and the lightness value of 318eff is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001110 11111111
Octal 61 216 377
Decimal 49 142 255
Hex 31 8E FF

RGB Percentages of Color #318eff

%10.99
%31.84
%57.17

CMYK Percentages of Color #318eff

%81
%44
%0
%0

Triadic Colors of #318eff

#318eff #ff318e #8eff31

Analogous Colors of #318eff

#318eff #3b31ff #31f5ff

Monochromatic Colors of #318eff

#318eff

Complementary Color

#318eff #ffa231

#318eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#318eff Color CSS Codes

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

#318eff Text Font Color

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

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


#318eff Background Color

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

This div background color is #318eff


#318eff Border Color

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

This div border color is #318eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318eff

Related Colors


Comments

No comments written yet.

Please login to write comment.