Color Hex Logo

#142389 Color Hex

#142389
(20,35,137)
0 Favorites   0 Comments

Color spaces of #142389

RGB 2035137
HSL0.650.750.31
HSV232°85°54°
CMYK 0.850.740.00   0.46
XYZ5.40493.156923.9914
Yxy3.15690.16600.0970
Hunter Lab17.767723.2060-67.6210
CIE-Lab20.661634.2494-57.5889

#142389 color RGB value is (20,35,137).

#142389 hex color red value is 20, green value is 35 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #142389 hue: 0.65 , saturation: 0.75 and the lightness value of 142389 is 0.31.

The process color (four color CMYK) of #142389 color hex is 0.85, 0.74, 0.00, 0.46. Web safe color of #142389 is #003399. Color #142389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100011 10001001
Octal 24 43 211
Decimal 20 35 137
Hex 14 23 89

RGB Percentages of Color #142389

%10.42
%18.23
%71.35

CMYK Percentages of Color #142389

%85
%74
%0
%46

Triadic Colors of #142389

#142389 #891423 #238914

Analogous Colors of #142389

#142389 #401489 #145e89

Monochromatic Colors of #142389

#142389

Complementary Color

#142389 #897a14

#142389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142389 Color CSS Codes

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

#142389 Text Font Color

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

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


#142389 Background Color

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

This div background color is #142389


#142389 Border Color

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

This div border color is #142389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142389


Comments

No comments written yet.

Please login to write comment.