Color Hex Logo

#147ea2 Color Hex

#147EA2
(20,126,162)
0 Favorites   0 Comments

Color spaces of #147ea2

RGB 20126162
HSL0.540.780.36
HSV195°88°64°
CMYK 0.880.220.00   0.36
XYZ14.270917.679136.8427
Yxy17.67910.20740.2570
Hunter Lab42.0465-12.9972-22.5195
CIE-Lab49.1046-14.8724-27.1179

#147ea2 color RGB value is (20,126,162).

#147ea2 hex color red value is 20, green value is 126 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #147ea2 hue: 0.54 , saturation: 0.78 and the lightness value of 147ea2 is 0.36.

The process color (four color CMYK) of #147ea2 color hex is 0.88, 0.22, 0.00, 0.36. Web safe color of #147ea2 is #006699. Color #147ea2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111110 10100010
Octal 24 176 242
Decimal 20 126 162
Hex 14 7E A2

RGB Percentages of Color #147ea2

%6.49
%40.91
%52.60

CMYK Percentages of Color #147ea2

%88
%22
%0
%36

Triadic Colors of #147ea2

#147ea2 #a2147e #7ea214

Analogous Colors of #147ea2

#147ea2 #1437a2 #14a27f

Monochromatic Colors of #147ea2

#147ea2

Complementary Color

#147ea2 #a23814

#147ea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147ea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147ea2 Color CSS Codes

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

#147ea2 Text Font Color

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

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


#147ea2 Background Color

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

This div background color is #147ea2


#147ea2 Border Color

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

This div border color is #147ea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147ea2


Comments

No comments written yet.

Please login to write comment.