Color Hex Logo

#141149 Color Hex

#141149
(20,17,73)
0 Favorites   0 Comments

Color spaces of #141149

RGB 201773
HSL0.680.620.18
HSV243°77°29°
CMYK 0.730.770.00   0.71
XYZ1.69151.03076.4131
Yxy1.03070.18520.1128
Hunter Lab10.152311.9736-30.3461
CIE-Lab9.244621.7283-34.2903

#141149 color RGB value is (20,17,73).

#141149 hex color red value is 20, green value is 17 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #141149 hue: 0.68 , saturation: 0.62 and the lightness value of 141149 is 0.18.

The process color (four color CMYK) of #141149 color hex is 0.73, 0.77, 0.00, 0.71. Web safe color of #141149 is #000033. Color #141149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010001 01001001
Octal 24 21 111
Decimal 20 17 73
Hex 14 11 49

RGB Percentages of Color #141149

%18.18
%15.45
%66.36

CMYK Percentages of Color #141149

%73
%77
%0
%71

Triadic Colors of #141149

#141149 #491411 #114914

Analogous Colors of #141149

#141149 #301149 #112a49

Monochromatic Colors of #141149

#141149

Complementary Color

#141149 #464911

#141149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141149 Color CSS Codes

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

#141149 Text Font Color

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

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


#141149 Background Color

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

This div background color is #141149


#141149 Border Color

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

This div border color is #141149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141149


Comments

No comments written yet.

Please login to write comment.