Color Hex Logo

#142066 Color Hex

#142066
(20,32,102)
0 Favorites   0 Comments

Color spaces of #142066

RGB 2032102
HSL0.640.670.24
HSV231°80°40°
CMYK 0.800.690.00   0.60
XYZ3.20332.141112.8148
Yxy2.14110.17640.1179
Hunter Lab14.632513.4698-41.6820
CIE-Lab16.211022.6661-42.4762

#142066 color RGB value is (20,32,102).

#142066 hex color red value is 20, green value is 32 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #142066 hue: 0.64 , saturation: 0.67 and the lightness value of 142066 is 0.24.

The process color (four color CMYK) of #142066 color hex is 0.80, 0.69, 0.00, 0.60. Web safe color of #142066 is #003366. Color #142066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100000 01100110
Octal 24 40 146
Decimal 20 32 102
Hex 14 20 66

RGB Percentages of Color #142066

%12.99
%20.78
%66.23

CMYK Percentages of Color #142066

%80
%69
%0
%60

Triadic Colors of #142066

#142066 #661420 #206614

Analogous Colors of #142066

#142066 #311466 #144966

Monochromatic Colors of #142066

#142066

Complementary Color

#142066 #665a14

#142066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142066 Color CSS Codes

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

#142066 Text Font Color

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

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


#142066 Background Color

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

This div background color is #142066


#142066 Border Color

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

This div border color is #142066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142066


Comments

No comments written yet.

Please login to write comment.