Color Hex Logo

#141198 Color Hex

#141198
(20,17,152)
0 Favorites   0 Comments

Color spaces of #141198

RGB 2017152
HSL0.670.800.33
HSV241°89°60°
CMYK 0.870.890.00   0.40
XYZ6.15642.816629.9249
Yxy2.81660.15830.0724
Hunter Lab16.782736.1093-93.9707
CIE-Lab19.293948.6722-69.1816

#141198 color RGB value is (20,17,152).

#141198 hex color red value is 20, green value is 17 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #141198 hue: 0.67 , saturation: 0.80 and the lightness value of 141198 is 0.33.

The process color (four color CMYK) of #141198 color hex is 0.87, 0.89, 0.00, 0.40. Web safe color of #141198 is #000099. Color #141198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010001 10011000
Octal 24 21 230
Decimal 20 17 152
Hex 14 11 98

RGB Percentages of Color #141198

%10.58
%8.99
%80.42

CMYK Percentages of Color #141198

%87
%89
%0
%40

Triadic Colors of #141198

#141198 #981411 #119814

Analogous Colors of #141198

#141198 #581198 #115198

Monochromatic Colors of #141198

#141198

Complementary Color

#141198 #959811

#141198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141198 Color CSS Codes

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

#141198 Text Font Color

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

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


#141198 Background Color

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

This div background color is #141198


#141198 Border Color

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

This div border color is #141198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141198


Comments

No comments written yet.

Please login to write comment.