Color Hex Logo

#314ac9 Color Hex

#314AC9
(49,74,201)
0 Favorites   0 Comments

Color spaces of #314ac9

RGB 4974201
HSL0.640.610.49
HSV230°76°79°
CMYK 0.760.630.00   0.21
XYZ14.25809.767656.3922
Yxy9.76760.17730.1215
Hunter Lab31.253226.7404-85.1038
CIE-Lab37.422135.4031-68.5069

#314ac9 color RGB value is (49,74,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001010 11001001
Octal 61 112 311
Decimal 49 74 201
Hex 31 4A C9

RGB Percentages of Color #314ac9

%15.12
%22.84
%62.04

CMYK Percentages of Color #314ac9

%76
%63
%0
%21

Triadic Colors of #314ac9

#314ac9 #c9314a #4ac931

Analogous Colors of #314ac9

#314ac9 #6431c9 #3196c9

Monochromatic Colors of #314ac9

#314ac9

Complementary Color

#314ac9 #c9b031

#314ac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314ac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314ac9 Color CSS Codes

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

#314ac9 Text Font Color

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

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


#314ac9 Background Color

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

This div background color is #314ac9


#314ac9 Border Color

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

This div border color is #314ac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314ac9


Comments

No comments written yet.

Please login to write comment.