Color Hex Logo

#314aed Color Hex

#314AED
(49,74,237)
0 Favorites   0 Comments

Color spaces of #314aed

RGB 4974237
HSL0.640.840.56
HSV232°79°93°
CMYK 0.790.690.00   0.07
XYZ19.001511.665081.3708
Yxy11.66500.16960.1041
Hunter Lab34.154139.5383-117.3484
CIE-Lab40.678748.0567-83.7738

#314aed color RGB value is (49,74,237).

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

The process color (four color CMYK) of #314aed color hex is 0.79, 0.69, 0.00, 0.07. Web safe color of #314aed is #3333ff. Color #314aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001010 11101101
Octal 61 112 355
Decimal 49 74 237
Hex 31 4A ED

RGB Percentages of Color #314aed

%13.61
%20.56
%65.83

CMYK Percentages of Color #314aed

%79
%69
%0
%7

Triadic Colors of #314aed

#314aed #ed314a #4aed31

Analogous Colors of #314aed

#314aed #7631ed #31a8ed

Monochromatic Colors of #314aed

#314aed

Complementary Color

#314aed #edd431

#314aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#314aed Color CSS Codes

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

#314aed Text Font Color

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

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


#314aed Background Color

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

This div background color is #314aed


#314aed Border Color

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

This div border color is #314aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314aed


Comments

No comments written yet.

Please login to write comment.