Color Hex Logo

#146792 Color Hex

#146792
(20,103,146)
0 Favorites   0 Comments

Color spaces of #146792

RGB 20103146
HSL0.560.760.33
HSV200°86°57°
CMYK 0.860.290.00   0.43
XYZ10.327011.924528.9515
Yxy11.92450.20170.2329
Hunter Lab34.5319-7.0491-25.5364
CIE-Lab41.0959-7.5149-30.1665

#146792 color RGB value is (20,103,146).

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

The process color (four color CMYK) of #146792 color hex is 0.86, 0.29, 0.00, 0.43. Web safe color of #146792 is #006699. Color #146792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100111 10010010
Octal 24 147 222
Decimal 20 103 146
Hex 14 67 92

RGB Percentages of Color #146792

%7.43
%38.29
%54.28

CMYK Percentages of Color #146792

%86
%29
%0
%43

Triadic Colors of #146792

#146792 #921467 #679214

Analogous Colors of #146792

#146792 #142892 #14927e

Monochromatic Colors of #146792

#146792

Complementary Color

#146792 #923f14

#146792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146792 Color CSS Codes

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

#146792 Text Font Color

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

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


#146792 Background Color

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

This div background color is #146792


#146792 Border Color

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

This div border color is #146792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146792


Comments

No comments written yet.

Please login to write comment.