Color Hex Logo

#14146c Color Hex

#14146C
(20,20,108)
0 Favorites   0 Comments

Color spaces of #14146c

RGB 2020108
HSL0.670.690.25
HSV240°81°42°
CMYK 0.810.810.00   0.58
XYZ3.24541.731714.3506
Yxy1.73170.16790.0896
Hunter Lab13.159420.9931-55.4454
CIE-Lab14.011132.8526-50.0377

#14146c color RGB value is (20,20,108).

#14146c hex color red value is 20, green value is 20 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #14146c hue: 0.67 , saturation: 0.69 and the lightness value of 14146c is 0.25.

The process color (four color CMYK) of #14146c color hex is 0.81, 0.81, 0.00, 0.58. Web safe color of #14146c is #000066. Color #14146c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010100 01101100
Octal 24 24 154
Decimal 20 20 108
Hex 14 14 6C

RGB Percentages of Color #14146c

%13.51
%13.51
%72.97

CMYK Percentages of Color #14146c

%81
%81
%0
%58

Triadic Colors of #14146c

#14146c #6c1414 #146c14

Analogous Colors of #14146c

#14146c #40146c #14406c

Monochromatic Colors of #14146c

#14146c

Complementary Color

#14146c #6c6c14

#14146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14146c Color CSS Codes

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

#14146c Text Font Color

<p style="color:#14146c">Text here</p>

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


#14146c Background Color

<div style="background-color:#14146c">
Div content here</div>

This div background color is #14146c


#14146c Border Color

<div style="border:3px solid #14146c">
Div here</div>

This div border color is #14146c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,20,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14146c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14146c;
  -webkit-box-shadow: 1px 1px 3px 2px #14146c;
  box-shadow:         1px 1px 3px 2px #14146c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14146c

#14146c Color Palettes


Comments

No comments written yet.

Please login to write comment.