Color Hex Logo

#316ebd Color Hex

#316EBD
(49,110,189)
0 Favorites   0 Comments

Color spaces of #316ebd

RGB 49110189
HSL0.590.590.47
HSV214°74°74°
CMYK 0.740.420.00   0.26
XYZ16.027915.479050.2871
Yxy15.47900.19600.1892
Hunter Lab39.34343.8674-48.2417
CIE-Lab46.28347.7747-47.2099

#316ebd color RGB value is (49,110,189).

#316ebd hex color red value is 49, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #316ebd hue: 0.59 , saturation: 0.59 and the lightness value of 316ebd is 0.47.

The process color (four color CMYK) of #316ebd color hex is 0.74, 0.42, 0.00, 0.26. Web safe color of #316ebd is #3366cc. Color #316ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101110 10111101
Octal 61 156 275
Decimal 49 110 189
Hex 31 6E BD

RGB Percentages of Color #316ebd

%14.08
%31.61
%54.31

CMYK Percentages of Color #316ebd

%74
%42
%0
%26

Triadic Colors of #316ebd

#316ebd #bd316e #6ebd31

Analogous Colors of #316ebd

#316ebd #3a31bd #31b4bd

Monochromatic Colors of #316ebd

#316ebd

Complementary Color

#316ebd #bd8031

#316ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#316ebd Color CSS Codes

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

#316ebd Text Font Color

<p style="color:#316ebd">Text here</p>

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


#316ebd Background Color

<div style="background-color:#316ebd">
Div content here</div>

This div background color is #316ebd


#316ebd Border Color

<div style="border:3px solid #316ebd">
Div here</div>

This div border color is #316ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,110,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #316ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #316ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #316ebd;
  box-shadow:         1px 1px 3px 2px #316ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316ebd


Comments

No comments written yet.

Please login to write comment.