Color Hex Logo

#314acd Color Hex

#314ACD
(49,74,205)
0 Favorites   0 Comments

Color spaces of #314acd

RGB 4974205
HSL0.640.610.50
HSV230°76°80°
CMYK 0.760.640.00   0.20
XYZ14.73489.958358.9031
Yxy9.95830.17630.1191
Hunter Lab31.556828.1226-88.5795
CIE-Lab37.767536.8431-70.2606

#314acd color RGB value is (49,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001010 11001101
Octal 61 112 315
Decimal 49 74 205
Hex 31 4A CD

RGB Percentages of Color #314acd

%14.94
%22.56
%62.50

CMYK Percentages of Color #314acd

%76
%64
%0
%20

Triadic Colors of #314acd

#314acd #cd314a #4acd31

Analogous Colors of #314acd

#314acd #6631cd #3198cd

Monochromatic Colors of #314acd

#314acd

Complementary Color

#314acd #cdb431

#314acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#314acd Color CSS Codes

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

#314acd Text Font Color

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

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


#314acd Background Color

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

This div background color is #314acd


#314acd Border Color

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

This div border color is #314acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314acd


Comments

No comments written yet.

Please login to write comment.