Color Hex Logo

#146579 Color Hex

#146579
(20,101,121)
0 Favorites   0 Comments

Color spaces of #146579

RGB 20101121
HSL0.530.720.28
HSV192°83°47°
CMYK 0.830.170.00   0.53
XYZ8.393410.836619.7384
Yxy10.83660.21540.2781
Hunter Lab32.9190-12.0958-12.5073
CIE-Lab39.3039-15.7218-17.8400

#146579 color RGB value is (20,101,121).

#146579 hex color red value is 20, green value is 101 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #146579 hue: 0.53 , saturation: 0.72 and the lightness value of 146579 is 0.28.

The process color (four color CMYK) of #146579 color hex is 0.83, 0.17, 0.00, 0.53. Web safe color of #146579 is #006666. Color #146579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100101 01111001
Octal 24 145 171
Decimal 20 101 121
Hex 14 65 79

RGB Percentages of Color #146579

%8.26
%41.74
%50.00

CMYK Percentages of Color #146579

%83
%17
%0
%53

Triadic Colors of #146579

#146579 #791465 #657914

Analogous Colors of #146579

#146579 #143379 #14795b

Monochromatic Colors of #146579

#146579

Complementary Color

#146579 #792814

#146579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146579 Color CSS Codes

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

#146579 Text Font Color

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

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


#146579 Background Color

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

This div background color is #146579


#146579 Border Color

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

This div border color is #146579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146579


Comments

No comments written yet.

Please login to write comment.