Color Hex Logo

#144177 Color Hex

#144177
(20,65,119)
0 Favorites   0 Comments

Color spaces of #144177

RGB 2065119
HSL0.590.710.27
HSV213°83°47°
CMYK 0.830.450.00   0.53
XYZ5.50865.261218.1779
Yxy5.26120.19030.1817
Hunter Lab22.93732.7281-30.9314
CIE-Lab27.46636.1407-35.1844

#144177 color RGB value is (20,65,119).

#144177 hex color red value is 20, green value is 65 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #144177 hue: 0.59 , saturation: 0.71 and the lightness value of 144177 is 0.27.

The process color (four color CMYK) of #144177 color hex is 0.83, 0.45, 0.00, 0.53. Web safe color of #144177 is #003366. Color #144177 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000001 01110111
Octal 24 101 167
Decimal 20 65 119
Hex 14 41 77

RGB Percentages of Color #144177

%9.80
%31.86
%58.33

CMYK Percentages of Color #144177

%83
%45
%0
%53

Triadic Colors of #144177

#144177 #771441 #417714

Analogous Colors of #144177

#144177 #181477 #147377

Monochromatic Colors of #144177

#144177

Complementary Color

#144177 #774a14

#144177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144177 Color CSS Codes

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

#144177 Text Font Color

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

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


#144177 Background Color

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

This div background color is #144177


#144177 Border Color

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

This div border color is #144177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144177


Comments

No comments written yet.

Please login to write comment.