Color Hex Logo

#14154f Color Hex

#14154F
(20,21,79)
0 Favorites   0 Comments

Color spaces of #14154f

RGB 202179
HSL0.660.600.19
HSV239°75°31°
CMYK 0.750.730.00   0.69
XYZ1.96791.24967.5346
Yxy1.24960.18300.1162
Hunter Lab11.178611.8611-32.1378
CIE-Lab10.918321.2688-35.6992

#14154f color RGB value is (20,21,79).

#14154f hex color red value is 20, green value is 21 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #14154f hue: 0.66 , saturation: 0.60 and the lightness value of 14154f is 0.19.

The process color (four color CMYK) of #14154f color hex is 0.75, 0.73, 0.00, 0.69. Web safe color of #14154f is #000066. Color #14154f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010101 01001111
Octal 24 25 117
Decimal 20 21 79
Hex 14 15 4F

RGB Percentages of Color #14154f

%16.67
%17.50
%65.83

CMYK Percentages of Color #14154f

%75
%73
%0
%69

Triadic Colors of #14154f

#14154f #4f1415 #154f14

Analogous Colors of #14154f

#14154f #31144f #14334f

Monochromatic Colors of #14154f

#14154f

Complementary Color

#14154f #4f4e14

#14154f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14154f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14154f Color CSS Codes

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

#14154f Text Font Color

<p style="color:#14154f">Text here</p>

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


#14154f Background Color

<div style="background-color:#14154f">
Div content here</div>

This div background color is #14154f


#14154f Border Color

<div style="border:3px solid #14154f">
Div here</div>

This div border color is #14154f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,21,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14154f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14154f;
  -webkit-box-shadow: 1px 1px 3px 2px #14154f;
  box-shadow:         1px 1px 3px 2px #14154f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14154f


Comments

No comments written yet.

Please login to write comment.