Color Hex Logo

#318beb Color Hex

#318BEB
(49,139,235)
0 Favorites   0 Comments

Color spaces of #318beb

RGB 49139235
HSL0.590.820.56
HSV211°79°92°
CMYK 0.790.410.00   0.08
XYZ25.494625.116482.1015
Yxy25.11640.19210.1893
Hunter Lab50.11633.1011-62.0487
CIE-Lab57.18876.9897-55.8499

#318beb color RGB value is (49,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001011 11101011
Octal 61 213 353
Decimal 49 139 235
Hex 31 8B EB

RGB Percentages of Color #318beb

%11.58
%32.86
%55.56

CMYK Percentages of Color #318beb

%79
%41
%0
%8

Triadic Colors of #318beb

#318beb #eb318b #8beb31

Analogous Colors of #318beb

#318beb #3431eb #31e8eb

Monochromatic Colors of #318beb

#318beb

Complementary Color

#318beb #eb9131

#318beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#318beb Color CSS Codes

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

#318beb Text Font Color

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

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


#318beb Background Color

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

This div background color is #318beb


#318beb Border Color

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

This div border color is #318beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318beb


Comments

No comments written yet.

Please login to write comment.