Color Hex Logo

#314abb Color Hex

#314ABB
(49,74,187)
0 Favorites   0 Comments

Color spaces of #314abb

RGB 4974187
HSL0.640.580.46
HSV229°74°73°
CMYK 0.740.600.00   0.27
XYZ12.68509.138448.1090
Yxy9.13840.18140.1307
Hunter Lab30.229821.9999-73.1958
CIE-Lab36.249430.3046-62.2448

#314abb color RGB value is (49,74,187).

#314abb hex color red value is 49, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #314abb hue: 0.64 , saturation: 0.58 and the lightness value of 314abb is 0.46.

The process color (four color CMYK) of #314abb color hex is 0.74, 0.60, 0.00, 0.27. Web safe color of #314abb is #3333cc. Color #314abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001010 10111011
Octal 61 112 273
Decimal 49 74 187
Hex 31 4A BB

RGB Percentages of Color #314abb

%15.81
%23.87
%60.32

CMYK Percentages of Color #314abb

%74
%60
%0
%27

Triadic Colors of #314abb

#314abb #bb314a #4abb31

Analogous Colors of #314abb

#314abb #5d31bb #318fbb

Monochromatic Colors of #314abb

#314abb

Complementary Color

#314abb #bba231

#314abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#314abb Color CSS Codes

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

#314abb Text Font Color

<p style="color:#314abb">Text here</p>

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


#314abb Background Color

<div style="background-color:#314abb">
Div content here</div>

This div background color is #314abb


#314abb Border Color

<div style="border:3px solid #314abb">
Div here</div>

This div border color is #314abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,74,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #314abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #314abb;
  -webkit-box-shadow: 1px 1px 3px 2px #314abb;
  box-shadow:         1px 1px 3px 2px #314abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314abb


Comments

No comments written yet.

Please login to write comment.