Color Hex Logo

#142189 Color Hex

#142189
(20,33,137)
0 Favorites   0 Comments

Color spaces of #142189

RGB 2033137
HSL0.650.750.31
HSV233°85°54°
CMYK 0.850.760.00   0.46
XYZ5.34773.042623.9723
Yxy3.04260.16520.0940
Hunter Lab17.443124.1993-69.2732
CIE-Lab20.213735.4994-58.3291

#142189 color RGB value is (20,33,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100001 10001001
Octal 24 41 211
Decimal 20 33 137
Hex 14 21 89

RGB Percentages of Color #142189

%10.53
%17.37
%72.11

CMYK Percentages of Color #142189

%85
%76
%0
%46

Triadic Colors of #142189

#142189 #891421 #218914

Analogous Colors of #142189

#142189 #421489 #145b89

Monochromatic Colors of #142189

#142189

Complementary Color

#142189 #897c14

#142189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142189 Color CSS Codes

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

#142189 Text Font Color

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

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


#142189 Background Color

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

This div background color is #142189


#142189 Border Color

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

This div border color is #142189


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,33,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 #142189">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142189


Comments

No comments written yet.

Please login to write comment.