Color Hex Logo

#14315e Color Hex

#14315E
(20,49,94)
0 Favorites   0 Comments

Color spaces of #14315e

RGB 204994
HSL0.600.650.22
HSV216°79°37°
CMYK 0.790.480.00   0.63
XYZ3.40723.153511.0188
Yxy3.15350.19380.1794
Hunter Lab17.75813.1717-24.3584
CIE-Lab20.64846.8955-30.0142

#14315e color RGB value is (20,49,94).

#14315e hex color red value is 20, green value is 49 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #14315e hue: 0.60 , saturation: 0.65 and the lightness value of 14315e is 0.22.

The process color (four color CMYK) of #14315e color hex is 0.79, 0.48, 0.00, 0.63. Web safe color of #14315e is #003366. Color #14315e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110001 01011110
Octal 24 61 136
Decimal 20 49 94
Hex 14 31 5E

RGB Percentages of Color #14315e

%12.27
%30.06
%57.67

CMYK Percentages of Color #14315e

%79
%48
%0
%63

Triadic Colors of #14315e

#14315e #5e1431 #315e14

Analogous Colors of #14315e

#14315e #1c145e #14565e

Monochromatic Colors of #14315e

#14315e

Complementary Color

#14315e #5e4114

#14315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14315e Color CSS Codes

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

#14315e Text Font Color

<p style="color:#14315e">Text here</p>

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


#14315e Background Color

<div style="background-color:#14315e">
Div content here</div>

This div background color is #14315e


#14315e Border Color

<div style="border:3px solid #14315e">
Div here</div>

This div border color is #14315e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,49,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14315e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14315e;
  -webkit-box-shadow: 1px 1px 3px 2px #14315e;
  box-shadow:         1px 1px 3px 2px #14315e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14315e


Comments

No comments written yet.

Please login to write comment.