Color Hex Logo

#318bef Color Hex

#318BEF
(49,139,239)
0 Favorites   0 Comments

Color spaces of #318bef

RGB 49139239
HSL0.590.860.56
HSV212°79°94°
CMYK 0.790.420.00   0.06
XYZ26.079225.350285.1799
Yxy25.35020.19090.1856
Hunter Lab50.34904.3467-65.0619
CIE-Lab57.41518.4600-57.7069

#318bef color RGB value is (49,139,239).

#318bef hex color red value is 49, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #318bef hue: 0.59 , saturation: 0.86 and the lightness value of 318bef is 0.56.

The process color (four color CMYK) of #318bef color hex is 0.79, 0.42, 0.00, 0.06. Web safe color of #318bef is #3399ff. Color #318bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001011 11101111
Octal 61 213 357
Decimal 49 139 239
Hex 31 8B EF

RGB Percentages of Color #318bef

%11.48
%32.55
%55.97

CMYK Percentages of Color #318bef

%79
%42
%0
%6

Triadic Colors of #318bef

#318bef #ef318b #8bef31

Analogous Colors of #318bef

#318bef #3631ef #31eaef

Monochromatic Colors of #318bef

#318bef

Complementary Color

#318bef #ef9531

#318bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#318bef Color CSS Codes

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

#318bef Text Font Color

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

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


#318bef Background Color

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

This div background color is #318bef


#318bef Border Color

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

This div border color is #318bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318bef


Comments

No comments written yet.

Please login to write comment.