Color Hex Logo

#142093 Color Hex

#142093
(20,32,147)
0 Favorites   0 Comments

Color spaces of #142093

RGB 2032147
HSL0.650.760.33
HSV234°86°58°
CMYK 0.860.780.00   0.42
XYZ6.07153.288327.9185
Yxy3.28830.16290.0882
Hunter Lab18.133728.0313-78.5890
CIE-Lab21.163439.6868-62.9848

#142093 color RGB value is (20,32,147).

#142093 hex color red value is 20, green value is 32 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #142093 hue: 0.65 , saturation: 0.76 and the lightness value of 142093 is 0.33.

The process color (four color CMYK) of #142093 color hex is 0.86, 0.78, 0.00, 0.42. Web safe color of #142093 is #003399. Color #142093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100000 10010011
Octal 24 40 223
Decimal 20 32 147
Hex 14 20 93

RGB Percentages of Color #142093

%10.05
%16.08
%73.87

CMYK Percentages of Color #142093

%86
%78
%0
%42

Triadic Colors of #142093

#142093 #931420 #209314

Analogous Colors of #142093

#142093 #471493 #146093

Monochromatic Colors of #142093

#142093

Complementary Color

#142093 #938714

#142093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142093 Color CSS Codes

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

#142093 Text Font Color

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

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


#142093 Background Color

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

This div background color is #142093


#142093 Border Color

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

This div border color is #142093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142093


Comments

No comments written yet.

Please login to write comment.