Color Hex Logo

#14155c Color Hex

#14155C
(20,21,92)
0 Favorites   0 Comments

Color spaces of #14155c

RGB 202192
HSL0.660.640.22
HSV239°78°36°
CMYK 0.780.770.00   0.64
XYZ2.48841.457810.2754
Yxy1.45780.17500.1025
Hunter Lab12.073915.6589-42.0064
CIE-Lab12.337226.3240-42.1989

#14155c color RGB value is (20,21,92).

#14155c hex color red value is 20, green value is 21 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #14155c hue: 0.66 , saturation: 0.64 and the lightness value of 14155c is 0.22.

The process color (four color CMYK) of #14155c color hex is 0.78, 0.77, 0.00, 0.64. Web safe color of #14155c is #000066. Color #14155c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010101 01011100
Octal 24 25 134
Decimal 20 21 92
Hex 14 15 5C

RGB Percentages of Color #14155c

%15.04
%15.79
%69.17

CMYK Percentages of Color #14155c

%78
%77
%0
%64

Triadic Colors of #14155c

#14155c #5c1415 #155c14

Analogous Colors of #14155c

#14155c #37145c #14395c

Monochromatic Colors of #14155c

#14155c

Complementary Color

#14155c #5c5b14

#14155c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14155c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14155c Color CSS Codes

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

#14155c Text Font Color

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

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


#14155c Background Color

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

This div background color is #14155c


#14155c Border Color

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

This div border color is #14155c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14155c

#14155c Color Palettes


Comments

No comments written yet.

Please login to write comment.