Color Hex Logo

#141288 Color Hex

#141288
(20,18,136)
0 Favorites   0 Comments

Color spaces of #141288

RGB 2018136
HSL0.670.770.30
HSV241°87°53°
CMYK 0.850.870.00   0.47
XYZ4.94872.358923.4870
Yxy2.35890.16070.0766
Hunter Lab15.358730.6364-79.9169
CIE-Lab17.268143.3073-62.5872

#141288 color RGB value is (20,18,136).

#141288 hex color red value is 20, green value is 18 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #141288 hue: 0.67 , saturation: 0.77 and the lightness value of 141288 is 0.30.

The process color (four color CMYK) of #141288 color hex is 0.85, 0.87, 0.00, 0.47. Web safe color of #141288 is #000099. Color #141288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010010 10001000
Octal 24 22 210
Decimal 20 18 136
Hex 14 12 88

RGB Percentages of Color #141288

%11.49
%10.34
%78.16

CMYK Percentages of Color #141288

%85
%87
%0
%47

Triadic Colors of #141288

#141288 #881412 #128814

Analogous Colors of #141288

#141288 #4f1288 #124b88

Monochromatic Colors of #141288

#141288

Complementary Color

#141288 #868812

#141288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141288 Color CSS Codes

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

#141288 Text Font Color

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

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


#141288 Background Color

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

This div background color is #141288


#141288 Border Color

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

This div border color is #141288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141288


Comments

No comments written yet.

Please login to write comment.