Color Hex Logo

#314cca Color Hex

#314CCA
(49,76,202)
0 Favorites   0 Comments

Color spaces of #314cca

RGB 4976202
HSL0.640.610.49
HSV229°76°79°
CMYK 0.760.620.00   0.21
XYZ14.511710.086157.0591
Yxy10.08610.17770.1235
Hunter Lab31.758625.9857-84.2923
CIE-Lab37.996534.4934-68.1471

#314cca color RGB value is (49,76,202).

#314cca hex color red value is 49, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #314cca hue: 0.64 , saturation: 0.61 and the lightness value of 314cca is 0.49.

The process color (four color CMYK) of #314cca color hex is 0.76, 0.62, 0.00, 0.21. Web safe color of #314cca is #3333cc. Color #314cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001100 11001010
Octal 61 114 312
Decimal 49 76 202
Hex 31 4C CA

RGB Percentages of Color #314cca

%14.98
%23.24
%61.77

CMYK Percentages of Color #314cca

%76
%62
%0
%21

Triadic Colors of #314cca

#314cca #ca314c #4cca31

Analogous Colors of #314cca

#314cca #6231ca #3199ca

Monochromatic Colors of #314cca

#314cca

Complementary Color

#314cca #caaf31

#314cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#314cca Color CSS Codes

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

#314cca Text Font Color

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

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


#314cca Background Color

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

This div background color is #314cca


#314cca Border Color

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

This div border color is #314cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314cca


Comments

No comments written yet.

Please login to write comment.