Color Hex Logo

#14214e Color Hex

#14214E
(20,33,78)
0 Favorites   0 Comments

Color spaces of #14214e

RGB 203378
HSL0.630.590.19
HSV227°74°31°
CMYK 0.740.580.00   0.69
XYZ2.20751.78657.4362
Yxy1.78650.19310.1563
Hunter Lab13.36606.0902-23.6299
CIE-Lab14.324411.9476-29.4676

#14214e color RGB value is (20,33,78).

#14214e hex color red value is 20, green value is 33 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #14214e hue: 0.63 , saturation: 0.59 and the lightness value of 14214e is 0.19.

The process color (four color CMYK) of #14214e color hex is 0.74, 0.58, 0.00, 0.69. Web safe color of #14214e is #003366. Color #14214e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100001 01001110
Octal 24 41 116
Decimal 20 33 78
Hex 14 21 4E

RGB Percentages of Color #14214e

%15.27
%25.19
%59.54

CMYK Percentages of Color #14214e

%74
%58
%0
%69

Triadic Colors of #14214e

#14214e #4e1421 #214e14

Analogous Colors of #14214e

#14214e #24144e #143e4e

Monochromatic Colors of #14214e

#14214e

Complementary Color

#14214e #4e4114

#14214e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14214e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14214e Color CSS Codes

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

#14214e Text Font Color

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

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


#14214e Background Color

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

This div background color is #14214e


#14214e Border Color

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

This div border color is #14214e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14214e


Comments

No comments written yet.

Please login to write comment.