Color Hex Logo

#318def Color Hex

#318DEF
(49,141,239)
0 Favorites   0 Comments

Color spaces of #318def

RGB 49141239
HSL0.590.860.56
HSV211°79°94°
CMYK 0.790.410.00   0.06
XYZ26.371525.934785.2773
Yxy25.93470.19170.1885
Hunter Lab50.92613.3134-63.6346
CIE-Lab57.97507.2557-56.8117

#318def color RGB value is (49,141,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001101 11101111
Octal 61 215 357
Decimal 49 141 239
Hex 31 8D EF

RGB Percentages of Color #318def

%11.42
%32.87
%55.71

CMYK Percentages of Color #318def

%79
%41
%0
%6

Triadic Colors of #318def

#318def #ef318d #8def31

Analogous Colors of #318def

#318def #3431ef #31ecef

Monochromatic Colors of #318def

#318def

Complementary Color

#318def #ef9331

#318def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318def Color Preview on White Background

Lorem ipsum dolor sit amet.

#318def Color CSS Codes

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

#318def Text Font Color

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

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


#318def Background Color

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

This div background color is #318def


#318def Border Color

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

This div border color is #318def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318def


Comments

No comments written yet.

Please login to write comment.